-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.47 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": "bibliograph",
"homepage": "http://tommv.github.io/bibliograph",
"version": "0.1.0",
"engines": {
"node": "20.16.0",
"npm": "10.8.1"
},
"dependencies": {
"@ajusa/lit": "^1.1.0",
"file-saver": "^2.0.5",
"graphology": "^0.25.4",
"graphology-components": "^1.5.4",
"graphology-gexf": "^0.13.2",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-operators": "^1.6.0",
"graphology-svg": "^0.1.3",
"lodash": "^4.17.21",
"obliterator": "^2.0.4",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-icons": "^5.3.0",
"sigma": "^3.0.0-beta.36"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-dropzone": "^5.1.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"scripts": {
"start": "vite",
"build": "vite build",
"prettier": "prettier --write src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}