-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore .",
"lint-fix": "eslint --ext .ts,.vue --ignore-path .gitignore --fix ."
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/devtools": "latest",
"@nuxt/typescript-build": "^3.0.2",
"@nuxt/typescript-runtime": "^3.0.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/supabase": "^1.4.3",
"@nuxtjs/tailwindcss": "^6.12.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vue": "^9.32.0",
"nuxt": "^3.14.1592",
"nuxt-svgo": "^3.7.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"@nuxt/image": "1.0.0-rc.1",
"blobity": "^0.2.3",
"moment": "^2.30.1",
"nuxt-particles": "^0.1.5",
"vue-toast-notification": "^3.1.3"
}
}