-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 928 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 928 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
30
31
32
33
34
35
36
37
{
"name": "react-integrichain",
"version": "0.1.0",
"private": true,
"dependencies": {
"amazon-cognito-auth-js": "^1.1.1",
"aws-appsync": "^1.0.4",
"aws-appsync-react": "^1.0.4",
"bootstrap": "^4.0.0-beta.2",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"husky": "^0.14.3",
"jquery": "1.9.1 - 3",
"lint-staged": "^6.0.0",
"moment": "^2.20.1",
"popper.js": "^1.12.3",
"prettier": "^1.9.2",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"uuid": "^3.1.0"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}