-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.26 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
{
"name": "retrofitting-suburbia",
"version": "1.0.0",
"private": true,
"description": "Website for MAPC's Retrofitting Suburbia research",
"author": "MAPC Digital Services <[email protected]>",
"license": "CDDL-1.0",
"scripts": {
"develop": "gatsby develop",
"test": "jest",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@jest/globals": "^26.6.2",
"d3": "^7.0.1",
"dotenv": "^10.0.0",
"electron": "^11.2.3",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^3.1.2",
"gatsby-plugin-emotion": "^6.1.0",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-csv": "^3.3.0",
"gatsby-transformer-remark": "^3.1.0",
"gh-pages": "^3.1.0",
"intersection-observer": "^0.12.0",
"mapc-design-system": "0.2.0",
"phosphor-react": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-map-gl": "5.2.11",
"react-map-gl-geocoder": "^2.1.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"scrollama": "^2.2.2",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/MAPC/retrofitting-suburbia"
},
"bugs": {
"url": "https://github.com/MAPC/retrofitting-suburbia/issues"
},
"devDependencies": {
"@types/d3": "^7.0.0",
"@types/jest": "^26.0.22",
"@types/react-helmet": "^6.1.1",
"@types/react-map-gl": "^5.2.9",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"react-test-renderer": "^17.0.2"
}
}