forked from noluckjustskill/web-edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "edu-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc -p . && node .node-dist/node/app.js",
"watch": "nodemon --exec ts-node --files ./node/app.ts"
},
"author": "Artem E",
"license": "UNLICENSED",
"dependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.16.0",
"@types/md5": "^2.1.33",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.11",
"@types/sequelize": "^4.27.32",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"md5": "^2.2.1",
"moment": "^2.24.0",
"mysql2": "^1.6.4",
"sequelize": "^4.41.2",
"typescript": "^3.2.1"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"concurrently": "^4.1.0",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.18.10",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
"ts-node-dev": "^1.0.0-pre.32",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2"
}
}