-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
35 lines (35 loc) · 966 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": "gdscju",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@nextui-org/react": "^2.1.13",
"framer-motion": "^10.16.4",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"react": "latest",
"react-dom": "latest",
"react-icons": "latest",
"react-modal": "^3.16.1",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}