-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"format": "prettier --write \"**/*.ts\"",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky install"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.4",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.7.0",
"@pinia/nuxt": "^0.4.11",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vueuse/nuxt": "^10.1.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
"nuxt": "^3.5.2",
"pinia": "^2.1.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"tailwindcss-dark-mode": "^1.1.7",
"typescript": "^5.0.4",
"vue-i18n": "^9.2.2"
},
"dependencies": {
"@egjs/vue3-flicking": "^4.10.7",
"@pinia-orm/nuxt": "^1.6.7",
"@vercel/analytics": "^1.0.1",
"primeicons": "^6.0.1",
"primevue": "^3.29.2",
"vue-cookies": "^1.8.3"
}
}