-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "@widget-js/utilities",
"type": "module",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"remote": "widget dependencies -t remote",
"release": "widget release -t ftp",
"type-check": "vue-tsc --build --f orce",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@types/color": "^3.0.3",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^10.11.1",
"@vueuse/motion": "^2.2.3",
"@widget-js/core": "^24.1.1-beta.47",
"@widget-js/vue3": "^24.1.1-beta.48",
"axios": "^1.7.3",
"color": "^4.2.3",
"consola": "^3.2.3",
"dayjs": "^1.11.11",
"element-plus": "^2.7.5",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.5.0",
"@widget-js/vite-plugin-widget": "^24.1.1-beta.41",
"eslint": "9.13.0",
"lint-staged": "^15.2.10",
"sass": "^1.80.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.3.0",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}