-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "ip_mana",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/server.js",
"dev": "ts-node-dev --respawn server.ts",
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/jest": "^27.0.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongodb": "^4.1.3",
"mongoose": "^6.0.12",
"multiparty-express": "^0.1.9",
"mysql": "^2.18.1",
"path": "^0.12.7",
"react-router-dom": "^5.3.0",
"rimraf": "^3.0.2",
"winston": "^3.3.3",
"xlsx": "^0.17.3"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/escape-string-regexp": "^2.0.1",
"@types/express": "^4.17.13",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/multiparty": "0.0.33",
"@types/mysql": "^2.15.19",
"@types/node": "^16.11.6",
"@types/react-router-dom": "^5.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
}
}