-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
51
52
{
"name": "nuxt-template",
"private": true,
"type": "module",
"scripts": {
"pm2": "npx pm2 start ./ecosystem.config.cjs --interpreter babel-node --env production",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@nuxt/icon": "^1.4.3",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/robots": "^4.0.2",
"@nuxtjs/seo": "2.0.0-rc.16",
"@nuxtjs/sitemap": "6.0.0-beta.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.2",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.12.4",
"nuxt-og-image": "3.0.0-rc.64",
"pinia": "^2.2.0",
"vue": "latest"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@eslint/js": "^9.8.0",
"@nuxtjs/color-mode": "^3.4.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"autoprefixer": "^10.4.19",
"dayjs-nuxt": "^2.1.9",
"eslint": "~9.8.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.7",
"typescript-eslint": "^8.0.0",
"vue-tsc": "^2.0.29"
}
}