-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.92 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "airsift3",
"version": "1.0.0",
"main": "index.js",
"repository": "https://gitlab.com/commonknowledge/airsift3.git",
"author": "Common Knowledge Co-operative <hello@commonknowledge.coop>",
"license": "MIT",
"scripts": {
"database": "docker-compose up",
"pipinstall": "pip install -r requirements/local.txt",
"python": "yarn command django python",
"manage.py": "yarn python manage.py",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "webpack --config webpack.config.production.js --progress --colors",
"watch": "webpack-dev-server --config webpack.config.development.js --progress --colors"
},
"dependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@fullhuman/postcss-purgecss": "^3.0.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.0",
"@math.gl/web-mercator": "^3.3.0",
"@react-hook/window-scroll": "^1.3.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.2.0",
"@turf/bbox": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@types/date-fns": "^2.6.0",
"@types/hookrouter": "^2.2.5",
"@types/js-cookie": "^2.2.6",
"@types/randomcolor": "^0.5.5",
"@types/react-dom": "^17.0.0",
"@types/react-map-gl": "^5.2.7",
"@types/react-plotly.js": "^2.2.4",
"@urbica/react-map-gl": "^1.14.2",
"@urbica/react-map-gl-cluster": "^0.2.0",
"@visx/visx": "^1.2.0",
"add": "^2.0.6",
"autoprefixer": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "3",
"css": "^3.0.0",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"d3-array": "^2.8.0",
"d3-time-format": "^3.0.0",
"date-fns": "^2.16.1",
"downloadjs": "^1.4.7",
"fast-memoize": "^2.5.2",
"grunt": "^1.3.0",
"grunt-contrib-watch": "^1.1.0",
"hookrouter": "^1.2.3",
"jotai": "^0.11.2",
"js-cookie": "^2.2.1",
"jsonexport": "^3.0.1",
"mapbox-gl": "^1.12.0",
"mini-css-extract-plugin": "^0.11.2",
"plotly.js": "^1.58.2",
"postcss": "^8.2.10",
"postcss-css-variables": "^0.17.0",
"postcss-loader": "^4.0.2",
"postcss-nested": "^5.0.1",
"postcss-preset-env": "^6.7.0",
"preact": "^10.5.4",
"query-string": "^6.13.6",
"randomcolor": "^0.6.2",
"react": "^17.0.1",
"react-day-picker": "^7.4.8",
"react-dom": "^17.0.1",
"react-plotly.js": "^2.5.1",
"scheduler": "^0.20.1",
"style-loader": "^1.2.1",
"swr": "^0.3.6",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-bundle-tracker": "0.4.3",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"yarn": "^1.22.10"
}
}