This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.79 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": "trimet-mod-otp",
"version": "0.1.0",
"description": "TriMet deployment of otp-react-redux",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"prestart": "yarn",
"start": "webpack-dev-server --hot --mode=development --host 0.0.0.0 --port 9966 --disableHostCheck=true",
"test": "echo \"Error: no test specified\" && exit 1"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"connected-react-router": "^6.5.2",
"core-js": "2",
"es6-math": "^1.0.0",
"history": "^4.7.2",
"leaflet": "^1.6.0",
"otp-react-redux": "^3.7.0",
"react": "^16.9.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.9.0",
"react-ga": "^2.5.7",
"react-leaflet": "^2.6.1",
"react-redux": "^7.1.0",
"react-router": "^4.4.0-beta.8",
"redux": "^4.0.4",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-preset-stage-0": "^6.24.1",
"brfs": "^2.0.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^1.0.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"react-hot-loader": "React 16.9",
"sass-loader": "^6.0.3",
"style-loader": "^0.22.0",
"terser-webpack-plugin": "^3.0.6",
"transform-loader": "^0.2.4",
"webpack": "4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11",
"yaml-loader": "^0.5.0"
}
}