-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"private": true,
"engines": {
"node": "16.x"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js --fix .",
"lint:fix": "eslint --ext .js,.ts --fix ."
},
"devDependencies": {
"@nuxt/content": "^2.6.0",
"@nuxt/devtools": "^0.5.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.7.0",
"@tailwindcss/typography": "^0.5.9",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "^3.5.3",
"nuxt-icon": "^0.3.3",
"prettier": "^2.8.5",
"sitemap": "^7.1.1",
"typescript": "^5.0.2",
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.2",
"@fontsource-variable/jetbrains-mono": "^5.0.3",
"@fontsource/inter": "^5.0.2",
"@resvg/resvg-js": "^2.4.1",
"@vueuse/motion": "^2.0.0-beta.23",
"dayjs": "^1.11.7",
"lottie-web": "^5.10.2",
"nuxt-gtag": "^0.5.7",
"satori": "^0.10.1",
"satori-html": "^0.3.2",
"tailwind-scrollbar-hide": "^1.1.7",
"vue-c2c": "^0.2.1"
}
}