-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "joyid-evm-demo",
"version": "0.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint ./src"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"cross-fetch": "^3.1.5",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.12.1",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "5",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.8.1",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@joyid/evm": "0.2.0-beta.3",
"@solid-primitives/clipboard": "^1.5.4",
"@solid-primitives/storage": "^2.1.1",
"@solidjs/router": "0.8.2",
"@tanstack/solid-query": "^4.29.1",
"daisyui": "^2.51.5",
"ethers": "5.7.0",
"solid-js": "1.7.3",
"solid-toast": "^0.5.0"
}
}