-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "kenjimmy",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"export": "nuxt export",
"serve": "nuxt serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/markdownit": "^1.2.10",
"@tailwindcss/typography": "^0.2.0",
"gsap": "^3.5.1",
"lodash": "^4.17.20",
"markdown-it-prism": "^2.1.3",
"nuxt": "^2.14.4",
"nuxt-fontawesome": "^0.4.0",
"storyblok-nuxt": "^1.3.0",
"tailwindcss-dark-mode": "^1.1.6",
"vue-scrollmagic": "^1.2.0",
"vue-slick-carousel": "^1.0.6"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.0.0",
"sass": "^1.69.5",
"sass-loader": "10.1.1"
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
}
}