forked from SaharshSamir/vit-events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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": "vit-events",
"version": "1.0.0",
"description": "website for vit",
"main": "server.js",
"scripts": {
"server": "ts-node-dev --respawn --transpile-only src/server",
"frontend": "npm run start --prefix frontend",
"dev": "concurrently -c \"bgMagenta,bgBlue,\" yarn:server yarn:frontend"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.4.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.7.13",
"@types/styled-components": "^5.1.15",
"concurrently": "^6.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
},
"dependencies": {
"@magic-sdk/admin": "^1.3.2",
"@types/bcryptjs": "^2.4.2",
"@types/react-router-dom": "^5.3.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.5",
"nodemon": "^2.0.15",
"react-dom": "^17.0.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaharshSamir/vit-events.git"
},
"bugs": {
"url": "https://github.com/SaharshSamir/vit-events/issues"
},
"homepage": "https://github.com/SaharshSamir/vit-events#readme"
}