-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1016 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1016 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
34
35
36
{
"name": "oraniths",
"version": "0.1.0",
"description": "Natural Language Knowledge Graph Explorer (AI-Powered)",
"main": "src/backend/server.js",
"scripts": {
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"dev:frontend": "vite",
"dev:backend": "nodemon src/backend/server.js",
"build": "tsc && vite build",
"test": "jest"
},
"keywords": ["knowledge-graph", "ai", "visualization", "nlp"],
"author": "Joshua",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20"
}
}
"react-dom": "^18.2.0",
"express": "^4.18.2",
"cors": "^2.8.5"
"cors": "^2.8.5",
"d3": "^7.8.2",
"cytoscape": "^3.24.0",
"cytoscape-cola": "^2.5.1"
"@vitejs/plugin-react": "^4.0.0",