-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 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
{
"name": "hrms",
"version": "0.1.0",
"engines": {
"node": "12.11.1"
},
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.6.2",
"@date-io/moment": "^2.6.0",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-switch-button-react": "^1.2.0",
"concurrently": "^5.1.0",
"json-server": "^0.16.1",
"jwt-decode": "^2.2.0",
"morgan": "^1.10.0",
"npm": "^6.14.5",
"query-string": "^6.13.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "1.1.5",
"react-sticky-header": "^0.2.0"
},
"scripts": {
"start": "react-scripts start",
"json-server": "json-server --watch db.json --port 3003",
"start:dev": "concurrently \"npm start\" \"npm run json-server\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}