-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node createConfigFiles && next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.6",
"antd": "^4.18.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"firebase": "^9.6.1",
"firebase-admin": "^10.0.1",
"mdb-react-ui-kit": "^2.2.0",
"next": "^12.0.1",
"node-html-parser": "^5.2.0",
"razorpay": "^2.8.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.4",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.1",
"react-icons": "^4.3.1",
"react-infinite-scroller": "^1.2.5",
"react-quill": "^1.3.5",
"react-rainbow-text": "^1.0.3",
"shortid": "^2.2.16",
"styled-components": "^5.3.3",
"uuidv4": "^6.2.12"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.0.0-beta.12",
"netlify-cli": "^8.1.8"
}
}