-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1012 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1012 Bytes
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
{
"name": "tab-toolkit",
"private": true,
"version": "7",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "vite --host",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:config": "eslint --inspect-config"
},
"dependencies": {
"@unocss/reset": "^66.1.2",
"@vueuse/components": "^13.2.0",
"@vueuse/core": "^13.2.0",
"idb-keyval": "^6.2.2",
"js-confetti": "^0.12.0",
"pinia": "^3.0.2",
"vue": "^3.5.14"
},
"devDependencies": {
"@iconify/utils": "^2.3.0",
"@stylistic/eslint-plugin": "^4.4.0",
"@types/node": "^22.15.21",
"@unocss/eslint-config": "^66.1.2",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^10.1.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"unocss": "^66.1.2",
"unplugin-auto-import": "^19.2.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"vue-tsc": "^2.2.10"
}
}