-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1020 Bytes
/
package.json
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
{
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"coverage": "vitest run --coverage",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "3.9.1",
"@nuxt/eslint": "^0.6.1",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/seo": "2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^11.2.0",
"eslint": "^9.14.0",
"happy-dom": "^15.11.6",
"nuxt": "3.14.159",
"sass": "^1.81.0",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
"dependencies": {
"playwright-core": "^1.48.2"
}
}