-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.83 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
{
"name": "mongoose-express-ts",
"version": "1.0.0",
"description": "yesTemplate",
"main": "server/dist/server.js",
"author": "cha_you",
"scripts": {
"tsc": "tsc",
"watch-tsc": "tsc -w",
"deploy": "nodemon server/dist/server/src/server.js",
"watch-deploy": "nodemon server/dist/server/src/server.js",
"frontend": "npm run start --prefix client",
"server": "concurrently \"npm run watch-tsc\" \"npm run watch-deploy\" \"npm run frontend\"",
"start": "npm run deploy"
},
"dependencies": {
"@syncfusion/ej2-react-pdfviewer": "^19.1.57",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.10",
"@types/dotenv": "^8.2.0",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.10.4",
"@types/multer": "^1.4.5",
"@types/react-pdf": "^5.0.2",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"@types/utf8": "^2.1.6",
"@types/yup": "^0.29.11",
"bcryptjs": "^2.4.3",
"config": "^3.1.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"gravatar": "^1.8.0",
"http-status-codes": "^1.3.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"react-component-export-image": "^1.0.6",
"react-pdf": "^5.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux-devtools-extension": "^2.13.9",
"request": "^2.88.0",
"typescript": "^3.4.5",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/config": "0.0.34",
"@types/express": "^4.16.1",
"@types/gravatar": "^1.8.0",
"@types/jsonwebtoken": "^8.3.2",
"concurrently": "^4.1.0",
"file-loader": "^6.2.0",
"nodemon": "^1.19.0",
"url-loader": "^4.1.1"
}
}