-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "nuxi dev -p 3005",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"prettier": "npx prettier --check --ignore-path .gitignore \"{,!(static|.github)/**/}*.{js,vue,html,json,md,yml,css,scss}\""
},
"overrides": {
"nuxt": {
"vue@<3.5": "^3.5"
}
},
"devDependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@maxmind/geoip2-node": "^5.0.0",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/nuxt": "^0.5.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"diff-match-patch": "^1.0.5",
"highlight.js": "^11.9.0",
"marked": "^12.0.0",
"marked-gfm-heading-id": "^3.1.3",
"nuxt": "^3.10.2",
"nuxt-schema-org": "^3.4.1",
"nuxt-security": "^2.0.0",
"postcss-hover-media-feature": "^1.0.2",
"prettier": "^3.2.5",
"qs": "^6.11.2",
"simple-analytics-vue": "^3.0.2"
}
}