-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "caleido-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@manaflair/redux-batch": "^0.1.0",
"@material-ui/core": "^1.2.1",
"@material-ui/icons": "^1.1.0",
"autosuggest-highlight": "^3.1.1",
"custom-react-scripts": "0.2.1",
"fetch": "^1.1.0",
"lodash": "^4.17.4",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"react-autosuggest": "^9.3.2",
"react-citeproc": "^0.1.9",
"react-dom": "^16.4.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-form": "^7.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"typeface-roboto": "0.0.43"
},
"scripts": {
"start": "webpack-dev-server --mode=development --hot --inline --output-public-path=/ --allowed-hosts .localhost",
"build": "webpack --mode=production",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6",
"webpack-dev-server": "^3.1.4"
}
}