-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "nuxt-app",
"type": "module",
"version": "0.0.2",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --remote",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"release": "bumpp",
"test": "vitest"
},
"dependencies": {
"@nuxt/eslint": "^0.6.1",
"@nuxthub/core": "^0.8.6",
"@nuxtjs/i18n": "^9.0.0",
"canvas-confetti": "^1.9.3",
"nuxt": "^3.13.2",
"twistrand": "^0.0.1",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/mdi": "^1.2.1",
"@types/canvas-confetti": "^1.6.4",
"@unocss/eslint-plugin": "^0.63.6",
"@unocss/nuxt": "^0.63.6",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"bumpp": "^9.8.1",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"vitest": "^2.1.4",
"wrangler": "^3.85.0"
}
}