-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
58
59
60
61
62
63
{
"author": "hsianglee",
"name": "element-plus-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build",
"test": "jest ./test",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix",
"stylelint": "npx stylelint **/*.{css,vue} --fix"
},
"dependencies": {
"element-plus": "^1.0.2-beta.31",
"vue": "^3.0.5"
},
"license": "MIT",
"repository": "https://github.com/hsiangleev/element-plus-admin",
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@testing-library/jest-dom": "^5.11.8",
"@types/jest": "^26.0.20",
"@types/mockjs": "^1.0.3",
"@types/node": "^14.14.20",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-beta.13",
"@vuedx/typecheck": "^0.6.0",
"@vuedx/typescript-plugin-vue": "^0.6.0",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"babel-jest": "^26.6.3",
"eslint": "^7.15.0",
"eslint-plugin-vue": "^7.2.0",
"jest": "^26.6.3",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"postcss": "^8.2.2",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-simple-vars": "^6.0.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^2.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.60",
"vue-jest": "^5.0.0-alpha.7",
"vue-router": "^4.0.0-rc.6",
"vuex": "^4.0.0-rc.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"eslintIgnore": [
"node_modules",
"dist"
]
}