-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "flexson",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/eslint": "^1.3.1",
"@pinia/nuxt": "^0.11.0",
"bcrypt": "^6.0.0",
"eslint": "^9.26.0",
"json-editor-vue": "^0.18.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.16.0",
"nuxt": "^3.17.3",
"pinia": "^3.0.2",
"vanilla-jsoneditor": "^3.3.1",
"vue": "latest",
"vue-json-pretty": "^2.4.0",
"vuetify": "^3.8.1"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/fonts": "^0.11.1",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"sass-embedded": "^1.86.3",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6",
"vuetify-nuxt-module": "^0.16.1"
}
}