-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·53 lines (53 loc) · 1.52 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
{
"name": "to-do-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"add-asset-html-webpack-plugin": "^3.1.3",
"babel-loader": "^8.0.5",
"compression-webpack-plugin": "^2.0.0",
"cron": "^1.7.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"isomorphic-style-loader": "^5.0.1",
"method-override": "^3.0.0",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.24.0",
"mongodb": "^3.2.3",
"mongoose": "^5.4.16",
"mysql": "^2.16.0",
"ngrok": "^3.1.1",
"node-cron": "^2.0.3",
"nodemon": "^1.18.10",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-jss": "^8.6.1",
"react-scripts": "^2.1.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"twilio": "^3.29.2",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-pwa-manifest": "^4.0.0"
},
"scripts": {
"start": "node index.js"
}
}