-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "dam",
"version": "0.1.0",
"private": true,
"dependencies": {
"amazon-cognito-identity-js": "^1.21.0",
"aws-amplify": "^0.2.9",
"aws-amplify-react": "^0.1.34",
"aws-api-gateway-client": "^0.2.7",
"aws-s3-size": "^0.1.0",
"aws-sdk": "^2.49.0",
"aws-serverless-express": "^2.2.0",
"aws4": "^1.6.0",
"axios": "^0.16.1",
"faker": "^4.1.0",
"moment": "^2.21.0",
"randomatic": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.8",
"react-moment": "^0.7.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"rxjs": "^5.5.7",
"searchkit": "^2.3.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.75.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"standard": {
"global": [
"it",
"URL",
"fetch",
"sessionStorage"
]
}
}