generated from naufaldi/nextjs-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 912 Bytes
/
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
{
"name": "next-landing-vpn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@splitbee/web": "^0.3.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.1",
"autoprefixer": "^10.3.3",
"clsx": "^1.1.1",
"framer-motion": "^4.1.17",
"next": "^11.1.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"prettier-plugin-tailwind": "^2.2.12",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.1",
"react-responsive": "^9.0.0-beta.4",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"tailwindcss": "^2.2.8"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^2.0.1"
}
}