-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"canvas-confetti": "^1.6.0",
"lodash-es": "^4.17.21",
"vue": "^3.3.4",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.0",
"@iconify-json/carbon": "^1.1.16",
"@types/canvas-confetti": "^1.6.0",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.11",
"@unocss/eslint-config": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue-macros/reactivity-transform": "^0.3.3",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.37.0",
"jsdom": "^21.1.1",
"pnpm": "^7.30.5",
"taze": "^0.8.5",
"typescript": "^4.9.5",
"unocss": "^0.50.6",
"unocss-preset-extra": "^0.5.0",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.2.1",
"vite-plugin-pages": "^0.28.0",
"vitest": "^0.27.3",
"vue-tsc": "^1.2.0"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}