-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
{
"name": "autopcr_vue",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"element-plus": "^2.4.1",
"js-sha256": "^0.11.0",
"package.json": "^0.0.0",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"sass-loader": "^14.1.1",
"scss": "^0.2.4",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"yarn": "^1.22.22"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@rollup/plugin-terser": "^0.4.4",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"sass": "^1.72.0",
"terser": "^5.30.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-element-plus": "^0.8.0",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-remove-console": "^2.2.0"
}
}