-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "member-management-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm run build && next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"babel-plugin-emotion": "^10.0.23",
"bootstrap": "^4.3.1",
"date-fns": "^2.6.0",
"faker": "^4.1.0",
"formik": "^2.0.3",
"moment": "^2.24.0",
"next": "9.1.2",
"react": "16.11.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "16.11.0",
"react-table": "next",
"react-toastify": "^5.4.0",
"react-widgets": "^4.4.11",
"react-widgets-date-fns": "^4.0.26",
"uuid": "^3.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/react": "^9.3.0",
"@zeit/next-css": "^1.0.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"url-loader": "^2.2.0"
}
}