-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 1001 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
36
37
38
39
{
"name": "first-contribution",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-tailwind/react": "^2.1.2",
"autoprefixer": "10.4.16",
"flowbite-react": "^0.6.1",
"framer-motion": "^10.16.4",
"next": "^13.5.2",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-tsparticles": "^2.12.2",
"react-virtualized": "^9.22.5",
"react-virtualized-auto-sizer": "^1.0.20",
"recoil": "^0.7.7",
"tsparticles-slim": "^2.12.0",
"vite": "^4.4.9"
},
"devDependencies": {
"tailwindcss": "3.3.3"
},
"description": "<h1 align='center'>Learn . Contribute . Grow</h1>",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}