-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "mindspore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev app",
"build": "vitepress build app",
"lint": "eslint \"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}\"",
"fix": "eslint --fix \"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}\"",
"lint:components": "eslint \"opendesign/**/*.{js,ts,vue,jsx,tsx}\"",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"dependencies": {
"axios": "1.3.4",
"dayjs": "1.11.7",
"element-plus": "2.2.34",
"lodash": "4.17.21",
"opendesign": "link:opendesign",
"pinia": "2.0.22",
"swiper": "6.5.7",
"vue": "3.2.39"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.3",
"install": "^0.13.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.15",
"vitepress": "0.22.4"
}
}