-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 793 Bytes
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
{
"name": "initialproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"repository": {
"type": "git",
"url": "git@github.com-wendellast:HublastX/InitialProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"express": "^4.22.1",
"husky": "^9.1.7",
"next": "^15.4.7",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"swagger-ui-express": "^5.0.1",
"zod": "^4.1.5"
},
"devDependencies": {
"@types/express": "^4.17.25",
"@types/swagger-ui-express": "^4.1.8"
}
}