-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"test": "vitest --dir unittests",
"playwright": "playwright test",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/i18n": "^9.1.1",
"@paypal/paypal-js": "^8.1.2",
"@pinia/nuxt": "^0.9.0",
"@playwright/test": "^1.49.1",
"@stripe/stripe-js": "^5.4.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^12.3.0",
"autoprefixer": "^10.4.20",
"caniuse-lite": "^1.0.30001690",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"nuxt": "^3.15.0",
"pinia": "^2.3.0",
"playwright-core": "^1.49.1",
"pocketbase": "^0.25.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-stripe-js": "^1.0.4",
"workbox-cli": "^7.3.0"
},
"overrides": {
"chokidar": "^3.6.0"
}
}