forked from conferenceradar/list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 972 Bytes
/
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
{
"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.16.2",
"geocoder": "^0.2.3",
"google-map-react": "^0.24.0",
"griddle-react": "1.9.0",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"moment": "^2.18.1",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^15.6.1",
"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"
}
}