This repository was archived by the owner on Jan 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "video-fullstack",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@element-plus/nuxt": "^1.1.4",
"@nuxt/eslint": "1.12.1",
"bcryptjs": "^3.0.3",
"element-plus": "^2.13.0",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^3.5.4",
"jsonwebtoken": "^9.0.3",
"nuxt": "^4.2.2",
"postgres": "^3.4.7",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@commitlint/cli": "^20.3.0",
"@commitlint/config-conventional": "^20.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.1",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/formidable": "^3.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.2",
"husky": "^8.0.0",
"jiti": "^2.6.1",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"typescript-eslint": "^8.51.0"
}
}