-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
63 lines (63 loc) · 1.65 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
59
60
61
62
63
{
"name": "beluga",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.37",
"bcrypt": "^5.0.0",
"connected-react-router": "^6.6.1",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"dotenv-stringify": "^2.0.4",
"email-templates": "^6.0.0",
"express": "^4.17.3",
"express-rate-limit": "^5.2.3",
"express-session": "^1.15.6",
"fs": "^0.0.1-security",
"fs-extra": "^8.1.0",
"handlebars": "^4.7.7",
"helmet": "^3.12.1",
"image-size": "^0.8.3",
"material-ui-color-picker": "3.5.1",
"multer": "^1.4.2",
"nodemailer": "^6.6.1",
"nodemon": "^1.17.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-drag-sortable": "^1.0.6",
"react-number-format": "^4.3.1",
"react-redux": "7.2.2",
"react-router": "^5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "4.0.1",
"react-stripe-elements": "6.1.2",
"react-swipeable-views": "^0.13.9",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"rimraf": "^3.0.0",
"stripe": "^6.1.1",
"styled-components": "5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "nodemon --watch server server/index.js"
},
"proxy": "http://localhost:5000",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}