-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "test-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/styles": "^4.10.0",
"@zeit/next-sass": "^1.0.1",
"clsx": "^1.1.0",
"next": "9.3.3",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-svg": "^11.0.23",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"react-test-renderer": "^16.13.1",
"typescript": "^3.8.3"
}
}