forked from pclubiitk/puppylove2.0_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "puppylove2.0_frontend",
"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/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.11",
"@mui/joy": "^5.0.0-beta.8",
"@saas-ui/auth": "^2.0.10",
"@saas-ui/react": "^2.2.4",
"chart.js": "^4.4.1",
"crypto-js": "^4.1.1",
"framer-motion": "^10.16.4",
"next": "latest",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"react": "latest",
"react-chartjs-2": "^5.2.0",
"react-dom": "latest",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.11.0",
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"fake-indexeddb": "^5.0.1",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "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"
}