-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 868 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 868 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
33
34
35
36
37
{
"name": "eth-storage",
"version": "2.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/vue-fontawesome": "^3.1.1",
"axios": "^1.11.0",
"bignumber.js": "^9.3.1",
"buefy": "^3.0.1",
"element-plus": "^2.10.7",
"swiper": "^11.2.10",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@rollup/plugin-wasm": "^6.2.2",
"@vitejs/plugin-vue": "^6.0.1",
"less": "^4.4.1",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0"
},
"resolutions": {
"ws": "^8.17.1"
}
}