-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.64 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
47
48
49
50
51
52
{
"name": "ReCook",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch --progress --colors --config config/webpack/production.js",
"start": "webpack-dev-server --history-api-fallback --host 0.0.0.0 --config webpack.dev.js",
"lint": "tslint --project ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"@rails/webpacker": "3.5",
"@types/history": "^4.6.2",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/react-redux": "^6.0.3",
"@types/react-router": "^4.0.28",
"@types/react-router-dom": "^4.3.0",
"@types/react-router-redux": "^5.0.15",
"@types/socket.io": "^1.4.38",
"@types/socket.io-client": "^1.4.32",
"babel-preset-react": "^6.24.1",
"chart.js": "^2.7.2",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.0",
"react-d3-tree": "^1.12.0",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"styled-components": "^3.3.3",
"tesseract.js": "^1.0.10",
"tesseract.ts": "^1.0.3",
"ts-loader": "3.5.0",
"typescript": "^3.1.1"
},
"devDependencies": {
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.9.2",
"tslint-loader": "^3.6.0",
"webpack-dev-server": "2.11.2"
}
}