-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
{
"name": "nuxter",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm",
"description": "Nuxt Starter",
"license": "MIT",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev -p 3721 --dotenv .env.local",
"ssg": "nuxi generate",
"prepare": "nuxi prepare",
"preview": "nuxi preview"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@iconify-json/mdi": "^1.1.50",
"@iconify-json/ri": "^1.1.8",
"@nuxt/content": "^2.6.0",
"@nuxt/devtools": "^0.4.1",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/i18n": "8.0.0-beta.11",
"@pinia/nuxt": "^0.4.9",
"@types/node": "^18.16.1",
"@unocss/eslint-config": "^0.51.5",
"@unocss/nuxt": "^0.51.5",
"@vueuse/core": "^10.0.2",
"@vueuse/nuxt": "^10.0.2",
"consola": "^3.1.0",
"eslint": "^8.38.0",
"nuxt": "^3.4.2",
"pinia": "^2.0.35",
"postcss": "^8.4.23",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"sass": "^1.62.0",
"stylelint": "^15.5.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^8.0.0",
"stylelint-scss": "^4.6.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
},
"pnpm": {
"allowedDeprecatedVersions": {
"stable": "*",
"rollup-plugin-terser": "*",
"sourcemap-codec": "*",
"stringify-package": "*",
"@npmcli/move-file": "*",
"svgo": "*"
},
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"vite",
"vue"
]
}
}
}