-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "mktg-dto",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "concurrently \"webpack -w\" \"nodemon server\"",
"build": "webpack --mode production",
"start": "set NODE_ENV=production && node server"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"babel-plugin-smart-webpack-import": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.3.0",
"css-loader": "^5.0.2",
"html-webpack-plugin": "^5.0.0",
"style-loader": "^2.0.0",
"webpack": "5.15.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@loadable/component": "^5.14.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"apollo-boost": "0.4.7",
"apollo-server-express": "^2.21.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"graphql": "^15.5.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-business-days": "^1.2.0",
"mongoose": "5.11.12",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.5.0",
"nprogress": "^0.2.0",
"puppeteer": "^8.0.0",
"rc-calendar": "^9.15.11",
"rc-time-picker": "^3.7.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-graph-vis": "^1.0.7",
"react-router-dom": "^5.2.0",
"recharts": "^2.0.6",
"styled-components": "^5.2.1",
"xml2js": "^0.4.23"
}
}