forked from developmentseed/aep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.08 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
91
92
93
94
95
{
"name": "aep-frontend",
"version": "1.0.0",
"description": "Africa Electrification Platform",
"repository": {
"type": "git",
"url": "https://github.com/developmentseed/aep.git"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/developmentseed/aep/issues"
},
"homepage": "https://github.com/developmentseed/aep",
"scripts": {
"build": "GATSBY_CPU_COUNT=2 gatsby build",
"lint": "eslint --ignore-path .gitignore \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:css": "stylelint \"src/**/*.{js,jsx,ts,tsx,css}\"",
"serve": "gatsby develop -H 0.0.0.0 -p 9000",
"clean": "gatsby clean",
"test": "echo \"No tests\" && exit 0",
"validate": "node schema/validate.js"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
"@babel/plugin-transform-spread": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@mapbox/mapbox-gl-style-spec": "^13.19.0",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^9.1.0",
"js-yaml": "^4.0.0",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"validate": "^5.1.0"
},
"dependencies": {
"@devseed-ui/accordion": "^3.0.1",
"@devseed-ui/button": "^3.0.1",
"@devseed-ui/collecticons": "^2.0.0",
"@devseed-ui/dropdown": "^2.0.1",
"@devseed-ui/form": "^1.0.2",
"@devseed-ui/shadow-scrollbar": "^1.0.0",
"@devseed-ui/theme-provider": "^3.0.0",
"@devseed-ui/toolbar": "^2.0.1",
"@devseed-ui/typography": "^1.0.0",
"@nivo/core": "^0.67.0",
"@nivo/pie": "^0.67.0",
"babel-plugin-styled-components": "^1.12.0",
"clipboard": "^2.0.8",
"deepmerge": "^4.2.2",
"element-resize-event": "^3.0.3",
"gatsby": "^2.32.7",
"gatsby-image": "^2.11.0",
"gatsby-optional-chaining": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-yaml-full": "^0.4.1",
"gatsby-yaml-full-markdown": "^0.4.1",
"gulp-replace": "^1.0.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.kebabcase": "^4.1.1",
"mapbox-gl": "1.13.1",
"polished": "^4.1.1",
"prop-types": "^15.7.2",
"qs-state-hook": "^1.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1"
}
}