-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"lint": "yarn nuxt prepare",
"test:unit": "yarn vitest run",
"playwright:install-chromium": "playwright install chromium",
"playwright:install": "playwright install chromium",
"test:e2e": "playwright test",
"test": "yarn lint && yarn test:unit && yarn test:e2e",
"ci": "yarn test && yarn build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start:prod": "node start.mjs",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@playwright/test": "^1.51.1",
"vitest": "^3.2.4"
},
"dependencies": {
"@nuxt-alt/proxy": "^2.5.8",
"@quasar/extras": "^1.16.12",
"fast-password-entropy": "^1.1.1",
"hibp": "^14.1.2",
"nuxt": "^3.16.0",
"nuxt-quasar-ui": "^2.1.3",
"quasar": "^2.16.6",
"vue": "latest"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"version": "0.1.10"
}