-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
{
"author": "axiner",
"name": "element-plus-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build",
"preview": "vite preview",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix",
"stylelint": "npx stylelint **/*.{css,vue} --fix"
},
"dependencies": {
"echarts": "^5.0.2",
"element-plus": "1.0.2-beta.62",
"vite-plugin-style-import": "^1.0.1",
"vue": "^3.0.11"
},
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"babel-jest": "^27.0.6",
"eslint": "^7.15.0",
"eslint-plugin-vue": "^7.2.0",
"fuse.js": "^6.4.6",
"jsencrypt": "^3.1.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinyin": "^2.10.2",
"postcss": "^8.2.2",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-simple-vars": "^6.0.2",
"sass": "^1.36.0",
"screenfull": "^5.1.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.0.2",
"vite": "^2.2.4",
"vite-plugin-mock": "^2.6.3",
"vite-plugin-svg-icons": "^1.0.1",
"vue-router": "^4.0.6",
"vuex": "^4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"eslintIgnore": [
"node_modules",
"dist"
]
}