-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "codex",
"version": "1.0.0",
"description": "To do app",
"main": "app.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nicolaskayamori/ToDoList-Codex.git"
},
"author": "Nicolas K Huschak <nicolaskayamori@gmail.com>",
"license": "MIT",
"dependencies": {
"bfg": "^0.3.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"git-filter-repo": "^0.0.30",
"mongoose": "^8.6.2",
"react": "^18.3.1",
"react-scripts": "^5.0.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"@types/node": "^22.5.5",
"concurrently": "^9.0.1",
"nodemon": "^3.1.4"
},
"scripts": {
"build": "react-scripts build --output public",
"start": "concurrently \"tsc -w\" \"nodemon dist/js/app.js\""
},
"keywords": [],
"bugs": {
"url": "https://github.com/nicolaskayamori/ToDoList-Codex/issues"
},
"homepage": "https://github.com/nicolaskayamori/ToDoList-Codex#readme"
}