-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.01 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
{
"name": "viz-dados-rio",
"version": "0.1.0",
"description": "Visualizações para o Escritório de Dados Rio",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development --progress --color --port 3000 --hot",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prefeitura-rio/viz.git"
},
"keywords": [
"dataviz"
],
"author": "Escritório de Dados Rio <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/prefeitura-rio/viz/issues"
},
"homepage": "https://github.com/prefeitura-rio/viz#readme",
"dependencies": {
"@img-comparison-slider/react": "^8.0.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@turf/along": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/length": "^7.1.0",
"css-loader": "^6.7.1",
"d3": "^7.6.1",
"deck.gl": "^8.8.3",
"file-loader": "^6.2.0",
"gsap": "^3.10.4",
"mapbox-gl": "^3.6.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.7.2",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-gsap": "^3.2.1",
"react-helmet": "^6.1.0",
"react-loader-spinner": "^5.3.4",
"react-map-gl": "^7.0.17",
"react-router-dom": "^6.3.0",
"react-scrollmagic": "^2.3.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"tailwind-styled-components": "^2.1.8",
"url-loader": "^4.1.1",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}