-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "supernode-frontend",
"private": true,
"version": "1.0.0-alpha.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"native:configure": "cd native/thirdparty/n2n; ./autogen.sh && ./configure",
"native:build": "cd native; ./build.sh"
},
"dependencies": {
"@vueuse/components": "^9.13.0",
"@vueuse/core": "^9.13.0",
"axios": "^1.5.0",
"lodash": "^4.17.21",
"naive-ui": "^2.34.4",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@types/lodash": "^4.14.199",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^4.3.4",
"date-fns": "^2.30.0",
"less": "^4.2.0",
"typescript": "^4.9.5",
"unocss": "^0.56.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.14",
"type-fest": "4.4.0"
}
}