-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 995 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
40
{
"name": "neruo-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@reduxjs/toolkit": "^1.6.1",
"@stripe/stripe-js": "^1.18.0",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"micro": "^9.3.4",
"mongodb": "^4.1.1",
"next": "11.1.2",
"next-auth": "^3.29.0",
"nprogress": "^0.2.0",
"postcss": "^8.3.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-number-format": "^4.7.3",
"react-redux": "^7.2.5",
"stripe": "^8.178.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}