-
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.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "nuxi dev --inspect --dotenv .env.frontend",
"build-preview": "npm run build && npm run preview",
"check": "nuxi prepare && vue-tsc -b --noEmit && eslint && prettier --check .",
"build": "nuxi build",
"preview": "nuxi preview --dotenv .env.frontend"
},
"dependencies": {
"body-scroll-lock": "^3",
"qrcode": "^1",
"rfc4648": "^1",
"vue-turnstile": "^1"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4",
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^1",
"@stylistic/eslint-plugin": "^5",
"@types/body-scroll-lock": "^3",
"@types/eslint": "^9",
"@types/eslint-config-prettier": "^6",
"@types/node": "^25",
"@types/qrcode": "^1",
"eslint": "^10",
"eslint-config-prettier": "^10",
"eslint-plugin-es-x": "^9",
"eslint-plugin-vue-scoped-css": "^3",
"nuxt": "^4",
"nuxt-compile-markdown": "^0.1",
"postcss-scss": "^4",
"prettier": "3.8.1",
"sass-embedded": "^1",
"typescript": "^5",
"typescript-eslint": "^8",
"vue": "^3",
"vue-router": "^5",
"vue-tsc": "^3"
}
}