-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "linkq",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@antv/graphin": "^2.7.27",
"@antv/graphin-components": "^2.4.1",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.3.3",
"@mantine/core": "^7.5.3",
"@mantine/form": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@reduxjs/toolkit": "^2.2.3",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.20.5",
"@tanstack/react-table": "^8.12.0",
"@uiw/react-codemirror": "^4.21.21",
"openai": "^4.28.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.1",
"sparqljs": "^3.7.1",
"wikibase-sdk": "^9.2.4"
},
"devDependencies": {
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/sparqljs": "^3.1.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"papaparse": "^5.4.1",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.71.0",
"typescript": "^5.2.2",
"undici": "^6.19.8",
"vite": "^5.1.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-tsconfig-paths": "^5.0.1"
}
}