-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
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
{
"name": "myproject",
"version": "0.1.0",
"private": true,
"homepage": "https://snidersd.github.io/react-examples",
"dependencies": {
"@mapbox/react-control-range": "^0.3.1",
"react": "^16.0.0",
"react-datepicker": "^0.60.2",
"react-document-title": "^2.0.3",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-range": "0.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-select": "^2.0.0-beta.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^1.0.0"
}
}