-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.2 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
{
"dependencies": {
"@babel/core": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-transform-async-to-generator": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-react": "7.7.4",
"babel-loader": "8.0.6",
"connect-redis": "4.0.4",
"core-js": "3.6.5",
"css-loader": "3.2.1",
"express": "4.17.1",
"express-session": "1.17.1",
"less": "3.10.3",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.8.0",
"moment": "2.27.0",
"mysql2": "2.1.0",
"nocamel": "1.0.2",
"nodemon": "2.0.4",
"npm-run-all": "4.1.5",
"react": "16.12.0",
"react-dom": "16.12.0",
"redis": "3.0.2",
"regenerator-runtime": "0.13.3",
"sequelize": "5.21.13",
"style-loader": "1.0.1",
"twig": "1.15.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.10"
},
"scripts": {
"start": "npm-run-all --parallel proc:webpack proc:app",
"proc:webpack": "webpack --mode development --colors --watch",
"proc:app": "nodemon --ignore frontend/ --ignore public/ -e js,twig app.js"
}
}