forked from hellojuantu/comecome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
{
"name": "comecome",
"version": "0.0.0",
"private": true,
"author": "Juantu",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.0.2",
"axios": "^1.4.0",
"axios-jsonp": "^1.0.4",
"dayjs": "^1.11.7",
"default-passive-events": "^2.0.0",
"pinia": "^2.0.32",
"solarlunar-es": "^1.0.9",
"uuid": "^9.0.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "0.38.4",
"@iconify-json/carbon": "^1.1.16",
"@iconify/utils": "^2.1.5",
"@types/node": "^18.15.11",
"@unocss/eslint-config": "^0.51.8",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.10.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"naive-ui": "^2.34.3",
"sass": "^1.60.0",
"typescript": "^5.0.4",
"unocss": "^0.50.6",
"unocss-preset-scalpel": "^1.2.6",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-macros": "^2.0.0",
"vite": "^4.3.5",
"vite-plugin-pages": "^0.29.0"
},
"lint-staged": {
"*": "eslint --fix"
}
}