-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 791 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 791 Bytes
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
{
"name": "dex-fast-buyer",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^1.1.3",
"bottleneck": "^2.19.5",
"ethers": "^5.7.2",
"lightweight-charts": "^3.8.0",
"pinia": "^2.0.23",
"sass": "^1.56.0",
"vue": "^3.2.41"
},
"devDependencies": {
"@types/node": "^16.11.68",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.8",
"vue-tsc": "^1.0.8",
"webpack-obfuscator": "^2.6.0",
"rollup-plugin-obfuscator": "^0.2.2"
}
}