-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
{
"name": "vue3-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.3.1",
"@googlemaps/js-api-loader": "^1.16.8",
"@vueuse/core": "^13.0.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"decimal.js": "^10.6.0",
"echart": "^0.1.3",
"echarts": "^5.4.3",
"element-plus": "^2.9.3",
"ethers": "^6.13.5",
"gsap": "^3.12.7",
"i": "^0.3.7",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.3.4",
"vue-i18n": "^11.1.2",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.4",
"web3": "^4.16.0"
},
"devDependencies": {
"@types/amap-js-api": "^1.4.16",
"@types/node": "^20.4.5",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"less": "^4.1.3",
"terser": "^5.19.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
}
}