-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "react-mobx-aws-cognito",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/bluepeter/react-mobx-aws-cognito",
"devDependencies": {
"custom-react-scripts": "0.2.2"
},
"dependencies": {
"amazon-cognito-identity-js": "^2.0.23",
"mobx": "^5.1.0",
"mobx-react": "^5.2.6",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}