forked from blahblahblah-/theweekendest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "theweekendest",
"version": "1.0.0",
"description": "Real-time New York City subway map",
"main": "index.jsx",
"author": "Sunny Ng",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"csvtojson": "^2.0.8",
"devtool": "^2.3.1",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.9",
"webpack-shell-plugin": "^0.5.0"
},
"scripts": {
"start": "webpack-dev-server --history-api-fallback --inline --progress --mode=development",
"build": "webpack -p"
},
"dependencies": {
"@svgr/webpack": "^4.3.3",
"dotenv-webpack": "^1.7.0",
"es-cookie": "^1.3.0",
"fsevents": "1.2.9",
"leaflet": "^1.3.4",
"lodash": "^4.17.19",
"mapbox-gl": "https://github.com/mapbox/mapbox-gl-js.git#main",
"react": "^16.5.2",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.1.2",
"semantic-ui-react": "^0.82.5"
}
}