-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.7 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.7 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
{
"name": "fight_map",
"version": "1.0.0",
"description": "An application to visualize MMA fighter birthplaces and statistics",
"main": "map.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node dist/index.js",
"watch": "./node_modules/.bin/webpack --watch",
"start": "webpack-dev-server",
"build": "webpack dist/index.js dist/bundle.js"
},
"author": "Cory Purnell",
"license": "ISC",
"dependencies": {
"@types/d3": "^5.0.0",
"@types/d3-geo": "^1.10.3",
"@types/node": "^10.3.1",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"axios": "^0.18.0",
"basejs": "^1.1.1",
"d3": "^5.4.0",
"d3-chart": "0.0.1",
"d3-request": "^1.0.6",
"file-loader": "^2.0.0",
"fs": "0.0.1-security",
"geojson": "^0.5.0",
"leaflet": "^1.3.1",
"lodash-webpack-plugin": "^0.11.5",
"material-ui-form": "^1.0.0-alpha.22",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"path": "^0.12.7",
"promise": "^8.0.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-fittext": "^1.0.0",
"react-onclickoutside": "^6.7.1",
"react-responsive": "^5.0.0",
"react-swipeable-views": "^0.12.16",
"redux-devtools-extension": "^2.13.5",
"simpleheat": "^0.4.0",
"topojson-client": "^3.0.0",
"tsc": "^1.20150623.0",
"typescript": "^3.0.1"
},
"devDependencies": {
"@babel/runtime": "^7.0.0-beta.56",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "next",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^4.3.1",
"webpack": "^4.11.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4"
}
}