-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.96 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
65
66
{
"name": "new",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development nodemon ./bin/www",
"webpack": "webpack-dev-server --config ./webpack.config.js --mode development",
"sass": "node-sass -w ./client/assets/stylesheets/style.scss ./client/assets/stylesheets/style.css"
},
"dependencies": {
"antd": "^3.26.3",
"axios": "^0.19.0",
"babel-plugin-import": "^1.13.0",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"bulma": "^0.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "^2.7.4",
"email-templates": "latest",
"express": "~4.16.0",
"html-webpack-plugin": "^3.2.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.12",
"morgan": "~1.9.0",
"node-cron": "^2.0.3",
"node-sass": "^4.13.0",
"nodemailer": "^6.4.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"sass": "^1.23.7",
"sweetalert": "^2.1.2",
"validator": "^12.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.7.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"mini-css-extract-plugin": "^0.8.0",
"sass-loader": "^8.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-hot-middleware": "^2.25.0"
}
}