forked from SlamaFR/BULB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "bulb",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "node scripts/set-version.cjs & nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"nuxi": "nuxi",
"taze": "taze major -I",
"icons": "node ./scripts/export-icons.cjs"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@basitcodeenv/vue3-device-detect": "^1.0.3",
"@iconify-json/tabler": "^1.2.4",
"@iconify/tools": "^4.0.7",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@nuxt/fonts": "^0.9.2",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/critters": "^0.7.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.5",
"@primevue/nuxt-module": "^4.1.0",
"@primevue/themes": "^4.1.0",
"@types/uuid": "^10.0.0",
"@unocss/nuxt": "^0.63.3",
"@unocss/reset": "^0.63.3",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"class-variance-authority": "^0.7.0",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"eslint": "^9.11.1",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"nuxt": "^3.13.2",
"pinia": "^2.2.4",
"primevue": "^4.1.0",
"sass": "^1.79.4",
"svg-round-corners": "^0.4.3",
"taze": "^0.17.2",
"uuid": "^10.0.0",
"vitest": "^2.1.2",
"vue-draggable-plus": "^0.5.3",
"vue-i18n": "^9.14.1"
}
}