-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.57 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
{
"name": "yfpp",
"version": "4.0.0",
"private": true,
"homepage": "https://yourfuckingpollingplace.com",
"author": {
"name": "Jay Johnson",
"email": "[email protected]",
"url": "http://polling.place"
},
"contributors": [
{
"name": "Josh Turner",
"email": "[email protected]",
"url": "http://polling.place"
},
{
"name": "Jared Marcotte",
"email": "[email protected]",
"url": "http://polling.place"
},
{
"name": "Nick Catalano",
"email": "[email protected]",
"url": "http://polling.place"
},
{
"name": "Anastasia Golovashkina",
"email": "[email protected]",
"url": "http://polling.place"
},
{
"name": "Mo Maraqa",
"email": "[email protected]",
"url": "http://polling.place"
}
],
"repository": {
"type": "git",
"url": "[email protected]:jungshadow/yfpp.git"
},
"bugs": {
"url": "https://github.com/jungshadow/yfpp/issues"
},
"dependencies": {
"@mapbox/mapbox-gl-directions": "^4.1.0",
"@mapbox/mapbox-sdk": "^0.11.0",
"classnames": "^2.2.6",
"framer-motion": "^2.9.4",
"fs": "0.0.1-security",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mapbox-gl": "^1.12.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0"
},
"resolutions": {
"**/**/node-gyp": "5.0.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages --add --dist build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": ["react-app", "prettier"]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"ajv": "^6.12.6",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"gh-pages": "^3.1.0",
"prettier": "^1.19.1"
}
}