-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "emirkabal-github.io",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "gh-pages --dotfiles -d .output/public",
"lint": "prettier --write --ignore-path .gitignore \"**/*.{js,vue,json,md}\""
},
"devDependencies": {
"@eggsydev/vue-lanyard": "github:mrfade/vue-lanyard",
"@fontsource/inter": "^5.0.20",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.3.9",
"@nuxt/image": "1.7.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.13",
"@tresjs/cientos": "^3.9.0",
"@tresjs/core": "^4.2.5",
"@tresjs/nuxt": "^3.0.2",
"@types/three": "^0.167.1",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.20",
"floating-vue": "5.2.2",
"gh-pages": "^6.1.1",
"moment": "^2.30.1",
"nuxt": "^3.12.4",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sitemap": "^8.0.0",
"tailwindcss": "^3.4.7",
"three": "^0.167.1",
"vue-gtag-next": "^1.14.0"
}
}