-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
52
53
54
55
56
57
58
59
{
"name": "tradegame-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"tsc": "vue-tsc",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@alchemy/aa-accounts": "^3.4.0",
"@alchemy/aa-alchemy": "^3.4.0",
"@alchemy/aa-core": "^3.4.0",
"@alchemy/aa-signers": "^3.4.0",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/webworker": "^7.4.0",
"@sentry/vue": "^7.102.1",
"@web3auth/base": "^7.3.1",
"@web3auth/ethereum-provider": "^7.3.1",
"@web3auth/no-modal": "^7.3.1",
"@web3auth/openlogin-adapter": "^7.3.1",
"axios": "^1.6.7",
"buffer": "^6.0.3",
"centrifuge": "^5.0.1",
"core-js": "^3.26.1",
"d3": "^7.8.5",
"ethers": "^5.7.2",
"pinia": "^2.1.7",
"pixi.js": "^7.4.0",
"viem": "^2.7.9",
"vue": "^3.4.13",
"vue-router": "^4.2.5",
"web3": "^4.1.1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.20.1",
"prettier": "^3.2.1",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"stylelint": "^16.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue-eslint-parser": "^9.4.0",
"vue-tsc": "^1.8.27"
}
}