forked from danieltichiyama/exercise-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.22 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.22 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "exercise-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@google-cloud/storage": "^4.1.3",
"@google-cloud/vision": "^1.7.2",
"aws-sdk": "^2.576.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bookshelf": "^1.0.1",
"bookshelf-cascade-delete": "^2.0.1",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"google-auth-library": "^5.6.1",
"knex": "^0.20.2",
"moment": "^2.24.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-sass": "^4.13.0",
"nodemon": "^2.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.14.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-dropdown-date": "0.0.18",
"react-dropdown-select": "^3.8.1",
"react-image-crop": "^8.4.2",
"react-loading": "^2.0.3",
"react-modal": "^3.11.1",
"react-player": "^1.14.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"redis": "^2.8.0",
"redis-server": "^1.2.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"sass": "^1.23.7",
"typescript": "^3.7.2",
"workbox-precaching": "^4.3.1"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-sw": "node ./src/sw-build.js",
"clean-cra-sw": "rm -f build/precache-manifest.*.js && rm -f build/service-worker.js",
"build": "react-scripts build && npm run build-sw"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8080",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}