-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 963 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 963 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
{
"name": "behaviorai",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"scripts": {
"start:frontend": "cd frontend && WATCHPACK_POLLING=true npm start",
"start:backend": "cd backend && uvicorn main:app --reload",
"dev": "concurrently -c \"cyan,magenta\" \"npm run start:backend\" \"npm run start:frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThomasH07/BehaviorAI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ThomasH07/BehaviorAI/issues"
},
"homepage": "https://github.com/ThomasH07/BehaviorAI#readme",
"devDependencies": {
"concurrently": "^9.2.1"
},
"dependencies": {
"ffmpeg": "^0.0.4",
"lucide-react": "^1.8.0",
"react": "^19.2.5",
"react-router-dom": "^7.14.0"
}
}