-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.48 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
{
"name": "yihua-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{js}": [
"npm run eslint",
"npm run prettier"
]
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.0",
"@vueuse/core": "^9.6.0",
"axios": "^1.2.0",
"element-plus": "^2.2.25",
"fast-glob": "^3.2.12",
"godb": "^0.6.2",
"lodash": "^4.17.21",
"normalize": "^0.3.1",
"normalize.css": "^8.0.1",
"pinia": "^2.0.27",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.41",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.1.6",
"vuedraggable": "^4.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@vitejs/plugin-vue": "^3.2.0",
"commitizen": "^4.2.5",
"commitlint-config-cz": "^0.13.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"vite": "^3.2.3"
}
}