-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.8.2",
"@nuxt/devtools": "^1.0.0-beta.2",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/animejs": "^3.1.7",
"@types/hammerjs": "^2.0.41",
"@types/seedrandom": "^3.0.5",
"nuxt": "^3.7.0",
"nuxt-icon": "^0.5.0",
"nuxt-link-checker": "^2.1.8",
"nuxt-og-image": "^2.1.1",
"nuxt-simple-robots": "^3.1.6",
"sitemap": "^7.1.1"
},
"dependencies": {
"@giscus/vue": "^2.3.0",
"@nuxt/image": "^1.0.0-rc.1",
"animejs": "^3.2.1",
"hammerjs": "^2.0.8",
"normalize-wheel-es": "^1.2.0",
"postscribe": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.170",
"remark-breaks": "^3.0.3",
"remark-twemoji": "^0.1.1",
"seedrandom": "^3.0.5",
"twemoji": "^14.0.2",
"veaury": "^2.3.12"
}
}