-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 945 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
{
"name": "react-task-board",
"version": "0.1.0",
"private": false,
"dependencies": {
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"@types/react-redux": "^5.0.15",
"axios": "^0.17.1",
"material-design-lite": "^1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"rxjs": "^5.5.6"
},
"scripts": {
"start": "npm-run-all --parallel startApp start-mockapi",
"startApp": "webpack --watch",
"build": "react-scripts build",
"start-mockapi": "json-server --watch src/db.json --port 4001",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"json-server": "^0.12.1",
"npm-run-all": "^4.1.2",
"source-map-loader": "^0.2.3",
"typescript": "^2.7.2"
},
"author": "Abhishek Khandait",
"license": "MIT"
}