-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"name": "visualizations",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@havish/see-baltimores-segregation-with-detail": "https://api.observablehq.com/@havish/see-baltimores-segregation-with-detail.tgz?v=3",
"@havish/where-are-houses-in-maryland-bieng-built": "https://api.observablehq.com/@havish/where-are-houses-in-maryland-bieng-built.tgz?v=3",
"@havish/which-counties-are-growing-in-maryland": "https://api.observablehq.com/@havish/which-counties-are-growing-in-maryland.tgz?v=3",
"@havish/who-would-voter-id-laws-impact-the-most": "https://api.observablehq.com/@havish/who-would-voter-id-laws-impact-the-most.tgz?v=3",
"@observablehq/runtime": "5",
"autoprefixer": "^10.4.13",
"eslint-import-resolver-typescript": "^3.5.3",
"next": "13.2.3",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-lemon": "^0.6.148",
"eslint-config-next": "13.2.3"
},
"settings": {
"import/resolver": {
"typescript": {}
}
}
}