-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
{
"name": "flygood",
"version": "0.0.1",
"description": "A mobile web app that allows offsetting flights and tipping climate initiatives",
"main": "index.js",
"scripts": {
"develop": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"download": "node scripts/download.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imaginezero/flygood.git"
},
"keywords": [],
"author": "dmbch <[email protected]>",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/imaginezero/flygood/issues"
},
"homepage": "https://github.com/imaginezero/flygood#readme",
"dependencies": {
"@mdx-js/loader": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@next/mdx": "^9.5.2",
"@turf/distance": "^6.0.1",
"browserslist": "^4.14.0",
"cookie": "^0.4.1",
"downshift": "^6.0.5",
"escape-html": "^1.0.3",
"flat": "^5.0.2",
"hoist-non-react-statics": "^3.3.2",
"lunr": "^2.3.9",
"mapbox-gl": "^1.12.0",
"nanoid": "^3.1.12",
"next": "^9.5.4",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"snakecase-keys": "^3.2.0"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"babel-eslint": "^10.1.0",
"country-list": "^2.2.0",
"csv-parser": "^2.3.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.2.5",
"prettier": "^2.0.5"
}
}