-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"name": "fullstack-interview-practice",
"version": "1.0.0",
"description": "my fullstack tech-stack practices",
"main": "index.js",
"dependencies": {
"@cypress/practices": "workspace:*",
"@expressjs/practices": "workspace:*",
"@html/practices": "workspace:*",
"@jest/practices": "workspace:*",
"@mobx/practices": "workspace:*",
"@mongodb/practices": "workspace:*",
"@nodejs/practices": "workspace:*",
"@sass/practices": "workspace:*",
"@javascript/practices": "workspace:*",
"@typescript/practices": "workspace:*"
},
"devDependencies": {
"nodemon": "2.0.22",
"dotenv": "16.0.3",
"ts-node": "10.9.1",
"@types/node": "20.2.5",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://cra2ycoder@github.com/cra2ycoder/fullstack-interview-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cra2ycoder/fullstack-interview-practice/issues"
},
"homepage": "https://github.com/cra2ycoder/fullstack-interview-practice#readme"
}