-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "nuxt-app",
"version": "1.1.2",
"private": true,
"type": "module",
"scripts": {
"build": "bun run test && nuxt build",
"test:dev": "vitest",
"test": "vitest run",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"www:prod": "open 'https://app.netlify.com/sites/flowist/deploys'",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@nuxt/icon": "latest",
"@nuxtjs/tailwindcss": "latest",
"@primevue/nuxt-module": "^4.0.0-beta.5",
"@primevue/themes": "^4.0.0-beta.5",
"@types/markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"nuxt": "^3.11.2",
"nuxt-auth-utils": "latest",
"primevue": "4.0.0-rc.2",
"pug": "^3.0.2",
"simple-oauth2": "^5.0.0",
"tailwind-utopia": "cwsdigital/tailwind-utopia",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "latest",
"@nuxt/test-utils": "^3.13.1",
"@types/cookie": "^0.6.0",
"@types/simple-oauth2": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vue/language-plugin-pug": "^2.0.6",
"@vue/test-utils": "^2.4.6",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"happy-dom": "^14.12.3",
"playwright-core": "^1.44.1",
"typescript": "^5.4.2",
"vitest": "^1.6.0"
}
}