forked from Tristramg/velos-paris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 957 Bytes
/
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
{
"name": "counters",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prep": "node prepare.js",
"export": "next export",
"prettier": "prettier --check ."
},
"dependencies": {
"d3-scale": "^3.2.3",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"mapbox-gl": "^1.12.0",
"next": "9.5.3",
"papaparse": "^5.3.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"slugify": "^1.4.5",
"vega": "^5.20.0",
"vega-embed": "^6.17.0",
"vega-lite": "^5.0.0"
},
"devDependencies": {
"@types/d3-scale": "^2.2.3",
"@types/lodash": "^4.14.161",
"@types/luxon": "^1.24.4",
"@types/mapbox-gl": "^1.12.0",
"@types/papaparse": "^5.2.2",
"@types/react": "^16.9.49",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.8.7",
"typescript": "^4.0.2"
}
}