-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
40 lines (40 loc) · 1.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
{
"name": "list",
"version": "0.1.0",
"homepage": "https://conferenceradar.com",
"private": true,
"devDependencies": {
"fs-extra": "^4.0.2",
"gh-pages": "^1.0.0",
"react-scripts": "1.0.13"
},
"dependencies": {
"axios": "^0.19.2",
"geocoder": "^0.2.3",
"google-map-react": "^0.24.0",
"griddle-react": "^1.11.2",
"js-file-download": "^0.4.1",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-copy-to-clipboard": "^5.0.1",
"react-daterange-picker": "^2.0.1",
"react-dom": "^15.6.1",
"react-popper": "^1.3.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"sanitize-filename": "^1.6.1",
"styled-components": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "node scripts/processEvents.js && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}