-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
53
54
55
56
57
58
59
60
{
"name": "fagi-web",
"version": "0.1.0",
"description": "FAGI Web Application",
"author": "nkaragiannakis@imis.athena-innovation.gr",
"license": "Apache-2.0",
"dependencies": {
"css-loader": "^0.28.10",
"echarts": "^4.0.4",
"echarts-for-react": "^2.0.8",
"es6-promise": "~3.0.2",
"history": "^4.7.2",
"immutable": "^3.8.2",
"jquery": "^3.0.0",
"lodash": "^4.17.4",
"numeral": "^1.5.3",
"path-to-regexp": "^2.2.1",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.12",
"react-intl": "^2.4.0",
"react-md-spinner": "^0.2.5",
"react-querybuilder": "git+https://github.com/sapientglobalmarkets/react-querybuilder.git#master",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-select": "^1.0.0-rc.10",
"react-table": "^6.8.6",
"reactstrap": "^6.2.0",
"redux": "^3.7.2",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.1.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.20.2",
"webpack": "^3.11.0"
},
"scripts": {
"start": "webpack --watch -d"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.9",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^1.1.1",
"webpack": "^3.11.0"
}
}