-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
64
{
"name": "trello-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development nodemon ./bin/www",
"start:prod": "NODE_ENV=production nodemon ./bin/www",
"clean": "rimraf dist/bundle/",
"backend": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^5.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-static-gzip": "^1.1.3",
"helmet": "^3.23.1",
"http-errors": "~1.6.2",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^5.5.11",
"morgan": "~1.9.0",
"nodemailer": "^6.4.11",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^6.14.8",
"react": "^16.8.6",
"react-beautiful-dnd": "^13.0.0",
"react-calendar": "^3.1.0",
"react-dom": "^16.8.6",
"react-modal": "^3.11.2",
"react-redux": "^7.2.1",
"react-router-dom": "^5.0.0",
"react-toastify": "^6.0.8",
"react-uuid": "^1.0.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.1.1",
"slug": "^3.3.4",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
}
}