-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.83 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
{
"name": "power-coding",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint:eslint": "eslint --cache --max-warnings 0 --cache-location \"node_modules/.cache/eslint/\" \"src/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" postcss-html --cache --cache-location node_modules/.cache/stylelint/"
},
"dependencies": {
"@form-create/ant-design-vue": "^3.1.21",
"ant-design-vue": "^3.2.20",
"axios": "^1.4.0",
"class-transformer": "^0.5.1",
"dayjs": "^1.11.8",
"pinia": "^2.1.3",
"reflect-metadata": "^0.1.13",
"vue": "^3.3.0",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rollup/pluginutils": "^5.0.2",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-legacy": "^4.0.4",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"less": "^4.1.3",
"magic-string": "^0.30.9",
"mockjs": "^1.1.0",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-conditional-compiler": "^0.1.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-windicss": "^1.9.0",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.4.2",
"windicss": "^3.5.6"
}
}