-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "undraw-ui",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --force",
"preview": "vite preview",
"format": "prettier --write **/*.{ts,js,json,vue}",
"commit": "git add . && git-cz && git push",
"dev:docs": "vitepress dev docs --force",
"build:docs": "vitepress build docs",
"preview:docs": "vitepress preview docs"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@highlightjs/vue-plugin": "^2.1.2",
"@vueuse/core": "^10.1.2",
"element-plus": "^2.6.0",
"highlight.js": "^11.7.0",
"undraw-ui": "1.2.6",
"vitepress": "1.0.0-alpha.72",
"vue": "^3.3.4",
"vue-dompurify-html": "5.1.0",
"vue-router": "4.2.4"
},
"devDependencies": {
"@types/node": "^16.4.7",
"@types/store": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-vue": "^4.2.3",
"commitizen": "^4.2.4",
"cz-git": "^1.3.5",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"markdown-it": "^12.3.2",
"markdown-it-container": "^3.0.0",
"prettier": "^2.6.2",
"sass": "^1.49.7",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
}
}