-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cache",
"version": "0.1.0",
"private": true,
"homepage": "https://cloudrecordsforhomies.github.io/crh-frontend",
"dependencies": {
"@babel/core": "^7.1.2",
"ajv": "^6.5.4",
"aws-sdk": "^2.352.0",
"axios": "^0.18.0",
"babel-loader": "^8.0.4",
"bcrypt": "^3.0.2",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"cors": "^2.8.4",
"ethjs": "^0.4.0",
"express": "^4.16.4",
"file-type": "^10.4.0",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"google-maps-react": "^2.0.2",
"history": "^4.7.2",
"merge": ">=1.2.1",
"multiparty": "^4.2.1",
"mysql": "^2.16.0",
"nodemailer": "^4.6.8",
"paypal-rest-sdk": "^1.8.1",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.2",
"react-images-upload": "^1.2.3",
"react-inlinesvg": "^0.8.2",
"react-modal": "^3.6.1",
"react-paypal-express-checkout": "^1.0.5",
"react-router": "^4.0.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.3",
"react-tabs": "^2.3.0",
"web3": "^0.19.0"
},
"scripts": {
"start": "export HTTPS=true&&PORT=3000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"server": "node server/server.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}