forked from mirrorworld-universe/hypergrid-faucet-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sonic-faucet-frontend",
"version": "0.1.6",
"private": true,
"scripts": {
"start": "vite",
"start:prod": "cross-env NODE_ENV=production vite --mode production",
"build:dev": "cross-env NODE_ENV=development vite build --mode development",
"build": "cross-env NODE_ENV=production vite build --mode production",
"publish": "npm run build && rimraf -- prod && cpr -- dist prod"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@solana/web3.js": "^1.95.4",
"@vueuse/core": "^10.2.0",
"animate.css": "^4.1.1",
"ant-design-vue": "^4.0.7",
"axios": "^1.7.4",
"cross-spawn": "^7.0.5",
"ethers": "^5.7.2",
"react": "^18.2.0",
"terser": "^5.37.0",
"three": "^0.125.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-turnstile": "^1.0.9",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0",
"ws": "^7.5.10"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/graceful-fs": "^4.1.6",
"@types/node": "^18.14.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.2.1",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.15.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"typescript": "~5.1.3",
"vite": "^4.3.9",
"vue-tsc": "^1.8.0"
}
}