-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.06 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
{
"name": "photogrammar",
"version": "0.1.0",
"private": true,
"dependencies": {
"async-selector": "^1.0.25",
"csvtojson": "^2.0.10",
"d3": "^5.16.0",
"lunr": "^2.3.8",
"rc-slider": "^9.2.1",
"react": "^16.10.2",
"react-async": "^10.0.0",
"react-dom": "^16.10.2",
"react-highlight-words": "^0.16.0",
"react-lazyload": "^2.6.5",
"react-player": "^2.0.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "0.9.5",
"react-select": "^3.1.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@mapbox/geojson-area": "^0.2.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^2.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"geojson-bounds": "^1.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.11.0",
"polylabel": "^1.0.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^1.3.0",
"topojson": "^3.0.2",
"turf": "^3.0.14",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"dist": "webpack --config webpack.prod.js --mode production",
"start2": "webpack-dev-server --open --config webpack.dev.js --mode development",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "https://minard.richmond.edu/panorama/photogrammar/"
}