initial commit
This commit is contained in:
commit
869be69d67
42 changed files with 11444 additions and 0 deletions
37
package.json
Normal file
37
package.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "movie-night-web",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"test": "vitest",
|
||||
"test:watch": "vitest --watch",
|
||||
"test:coverage": "vitest --coverage",
|
||||
"test:unit": "vitest --project unit",
|
||||
"test:nuxt": "vitest --project nuxt",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:ui": "playwright test --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/eslint": "1.15.1",
|
||||
"@nuxt/fonts": "0.13.0",
|
||||
"@nuxt/icon": "2.2.1",
|
||||
"@nuxt/image": "2.0.0",
|
||||
"@nuxt/test-utils": "4.0.0",
|
||||
"nuxt": "^4.3.1",
|
||||
"vue": "^3.5.28",
|
||||
"vue-router": "^4.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.58.2",
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"happy-dom": "^20.6.1",
|
||||
"playwright-core": "^1.58.2",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue