-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.04 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": "fusionsms",
"version": "0.0.0",
"private": true,
"scripts": {
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite serve",
"build": "vite build",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode prod"
},
"dependencies": {
"axios": "^1.3.3",
"echarts-for-vue": "^1.4.1",
"element-plus": "^2.2.30",
"less-loader": "^11.1.0",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@vitejs/plugin-vue": "^4.0.0",
"@wwa/rollup-plugin-terser": "^1.0.1",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"javascript-obfuscator": "^4.0.2",
"rollup-plugin-obfuscator": "^1.0.2",
"unplugin-auto-import": "^0.14.2",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0",
"vite-plugin-javascript-obfuscator": "^1.0.0"
}
}