-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "network-panel",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vitejs/plugin-legacy": "^4.0.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.14",
"nosleep.js": "^0.12.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.15",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/tsconfig": "^0.4.0",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"typescript": "~5.1.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-cdn-import": "^0.3.5",
"vue-tsc": "^1.8.11"
}
}