-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.47 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
{
"private": true,
"type": "module",
"scripts": {
"build": "pnpm colorthief && pnpm data && nuxt build",
"dev": "nuxt dev --port=5173",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"colorthief": "tsx scripts/playerStyles",
"data": "tsx scripts/generatePublicData",
"db:migrate": "drizzle-kit generate --config=.config/drizzle.ts",
"lint": "pnpm lint:eslint --fix && pnpm lint:stylelint --fix",
"lint:eslint": "eslint --config .config/eslint.mjs",
"lint:stylelint": "stylelint \"**/*.{css,scss,sass}\" --config .config/stylelint.json",
"test:types": "vue-tsc --noEmit"
},
"devDependencies": {
"@glidejs/glide": "^3.7.1",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/tabler": "^1.2.13",
"@nuxt/eslint": "^0.7.4",
"@nuxt/icon": "^1.10.3",
"@nuxthub/core": "^0.8.10",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/sitemap": "^7.0.0",
"@types/bootstrap": "^5.2.10",
"@types/glidejs__glide": "^3.6.5",
"@vueuse/core": "^12.0.0",
"bootstrap": "^5.3.3",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"nuxt-musicfyplayer": "^2.1.1",
"sass": "^1.83.0",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"vue-tsc": "^2.1.10",
"wrangler": "^3.99.0",
"zod": "^3.24.1"
},
"packageManager": "pnpm@9.15.1"
}