-
Notifications
You must be signed in to change notification settings - Fork 803
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.93 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.93 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "neo4j-llm-graph-builder",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"lint": "eslint --ext .ts --ext .tsx . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"lint-staged": "lint-staged --config .lintstagedrc.json",
"postinstall": "cd .. && husky frontend/.husky"
},
"dependencies": {
"@auth0/auth0-react": "^2.12.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^5.15.10",
"@mui/styled-engine": "^7.3.6",
"@neo4j-devtools/word-color": "^0.0.8",
"@neo4j-ndl/base": "^3.2.9",
"@neo4j-ndl/react": "^3.2.18",
"@neo4j-nvl/base": "^0.3.6",
"@neo4j-nvl/react": "^0.3.8",
"@react-oauth/google": "^0.13.4",
"@tanstack/react-table": "^8.20.5",
"@types/uuid": "^10.0.0",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"eslint-plugin-react": "^7.37.4",
"re-resizable": "^6.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.12",
"@types/node": "^22.13.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.20",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"postcss": "^8.5.3",
"prettier": "^3.7.4",
"react-dropzone": "^14.3.8",
"tailwindcss": "^4.1.5",
"typescript": "^5.7.3",
"vite": "^4.5.3"
}
}