-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.28 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.28 KB
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
61
62
63
64
65
66
67
68
69
{
"name": "xops",
"version": "1.0.0",
"description": "Front End for xops",
"main": "main.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage",
"dev": "webpack --config webpack.config.js -d --watch",
"build": "webpack --config ./webpack.config.production.js --progress -p",
"start": "webpack-dev-server --config ./webpack.config.js --hot"
},
"repository": "",
"author": "mcsfernando10@gmail.com",
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"babel": "~6.5.2",
"babel-core": "~6.13.2",
"babel-loader": "^7.1.4",
"babel-polyfill": "~6.16.0",
"babel-preset-es2015": "~6.13.2",
"babel-preset-react": "~6.11.1",
"chart.js": "^1.1.1",
"crypto": "^1.0.1",
"css-loader": "~0.18.0",
"dom-helpers": "^3.3.1",
"file-loader": "^1.1.11",
"google-map-react": "^1.0.6",
"hoist-non-react-statics": "^2.5.4",
"isomorphic-fetch": "^2.2.1",
"less": "~2.7.1",
"less-loader": "4.1.0",
"moment": "^2.22.2",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.0",
"prop-types-extra": "^1.0.1",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-chartjs": "^1.2.0",
"react-datetime-picker": "^1.4.1",
"react-dom": "^16.2.0",
"react-google-login": "^3.2.1",
"react-router": "^3.2.1",
"react-router-dom": "^4.3.1",
"style-loader": "^0.13.2",
"url-loader": "^1.0.1",
"webpack": "4.28.2"
},
"devDependencies": {
"@amcharts/amcharts3-react": "^3.0.0",
"babel-eslint": "~6.1.2",
"babel-jest": "~14.1.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.2.2",
"gulp": "~3.9.1",
"gulp-csslint": "~1.0.0",
"gulp-watch": "~4.3.10",
"react-a11y": "~0.3.3",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "~1.2.1",
"uglifyjs-webpack-plugin": "1.0.0-rc.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^1.14.1"
}
}