-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "with-mat-ui-rtk-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@reduxjs/toolkit": "^1.6.0",
"clsx": "^1.1.1",
"googleapis": "^80.1.0",
"next": "11.0.1",
"next-auth": "^3.27.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.4",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/react": "17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"jest-css-modules-transform": "^4.2.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "4.3.4"
}
}