-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "kickclips",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix --config .config/eslint.mjs"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/uiw": "^1.2.1",
"@nuxt/eslint": "^1.5.2",
"@nuxt/icon": "^1.15.0",
"@nuxtjs/sitemap": "^7.4.3",
"@types/node": "^24.0.1",
"@vueuse/core": "^13.5.0",
"eslint": "^9.31.0",
"nuxt": "^3.17.6",
"nuxt-ripple": "^0.0.8"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"bootstrap": "^5.3.7"
},
"packageManager": "pnpm@10.13.1"
}