-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "visualmapper",
"version": "1.0.1",
"description": "A collection of visually accessible maps",
"homepage": "http:/purvasingh96.github.io/accessible-maps",
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env local --progress --hot --open",
"build": "webpack",
"predeploy": "gh-pages -d build",
"deploy": "npm run build && npm run predeploy"
},
"repository": {
"type": "git",
"url": "https://github.com/purvasingh96/accessible-maps.git"
},
"dependencies": {
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@mapbox/geojson-rewind": "^0.5.2",
"@mui/material": "5.0.2",
"@storybook/addon-docs": "6.3.8",
"@storybook/react": "6.3.8",
"@turf/bbox": "^6.5.0",
"@types/color": "^3.0.3",
"babel-loader": "^8.0.4",
"bootstrap": "^5.2.2",
"color": "^4.2.3",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.2",
"date-fns": "^2.29.3",
"mapbox-gl": "^2.0.0",
"mapboxgl-legend": "^1.7.1",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-animated-cursor": "^2.5.2",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.4.3",
"react-scripts": "^3.0.1",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.0.0",
"@types/react": "^17.0.52",
"@types/react-dom": "^18.0.9",
"css-loader": "^6.7.3",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.4.2",
"typescript": "^4.0.0",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.0"
}
}