forked from geostreams/ilnlrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.84 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "gd-ilnlrs__old",
"version": "3.3.0",
"description": "Geodashboard using React.js to visualize data from Geostreaming API.",
"main": "main.jsx",
"private": true,
"scripts": {
"test": "mocha --require ignore-styles --require isomorphic-fetch -w --compilers js:babel-core/register app/setup.js app/**/*.spec.js",
"start": "webpack-dev-server --open --mode development --progress --colors",
"build": "NODE_ENV=production webpack -p --config ./webpack.production.config.js",
"flow": "flow; test $? -eq 1 -o $? -eq 2 && echo \"\\033[41mError running Flow. Fix these issues before committing\\033[0m\n\" || echo \"\\033[92mNo Flow errors! Have a beer! 🍺\\033[0m\n\""
},
"repository": "https://opensource.ncsa.illinois.edu/bitbucket/scm/geod/geodashboard-v3.git",
"author": "Luigi Marini",
"contributors": [
"Indira Gutierrez",
"Michelle Pitcel",
"Diego Calderon",
"Yan Zhao",
"Kaveh Karimi"
],
"license": "NCSA",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"autoprefixer": "^6.3.6",
"babel-loader": "^8.0.6",
"browser-sync": "2.13.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"cheerio": "^0.19.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.23.1",
"d3": "5.7.0",
"enzyme": "^2.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^4.0.0-beta.11",
"ignore-styles": "^5.0.1",
"jsdom": "^9.12.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^3.0.2",
"postcss-loader": "^0.8.2",
"prop-types": "15.5.8",
"react-addons-test-utils": "^15.0.2",
"react-d3": "0.4.0",
"react-d3-core": "1.3.9",
"react-mdc-web": "0.17.0",
"react-transform-hmr": "1.0.4",
"redux-mock-store": "^1.2.1",
"sinon": "^1.17.4",
"style-loader": "^0.13.2",
"url-loader": "^0.5.9",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"es6-promise": "^4.2.8",
"flow-bin": "^0.42.0",
"isomorphic-fetch": "^2.2.1",
"moment": "2.24.0",
"ol3-layerswitcher": "git+https://github.com/walkermatt/ol3-layerswitcher.git#master",
"openlayers": "3.20.1",
"prop-types": "15.5.8",
"rc-slider": "8.6.9",
"react": "15.5.4",
"react-boxplot": "0.3.1",
"react-dom": "15.5.4",
"react-flexbox-grid": "1.1.3",
"react-redux": "4.4.8",
"react-router": "3.2.0",
"redux": "3.6.0",
"redux-logger": "2.10.2",
"redux-promise": "0.5.3",
"redux-thunk": "2.2.0",
"whatwg-fetch": "2.0.3"
}
}