-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"test": "jest",
"test:cov": "jest --coverage",
"start": "vitepress dev docs",
"build": "vitepress build docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint-config-ali": "^14.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.9.0",
"father-build": "^1.22.5",
"jest": "^29.4.3",
"jsdom": "^24.0.0",
"prettier": "^2.5.0",
"stylelint": "^14.5.0",
"stylelint-config-ali": "^0.4.2",
"stylelint-scss": "^4.1.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"vitepress": "^1.1.0",
"vue": "^3.2.47",
"vue-eslint-parser": "^9.1.0"
}
}