-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 loc) · 1.7 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
60
61
62
{
"name": "vlcn-nextra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"links": "blc http://localhost:3000/ -ro",
"test": "vitest run"
},
"pnpm": {
"overrides": {
"flexsearch": "0.7.31"
}
},
"dependencies": {
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.8",
"@codemirror/view": "^6.12.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@vlcn.io/crsqlite-wasm": "0.16.0",
"@vlcn.io/react": "3.1.0",
"@vlcn.io/rx-tbl": "0.15.0",
"@vlcn.io/xplat-api": "0.15.0",
"better-sqlite3": "^8.4.0",
"codemirror": "^6.0.1",
"cytoscape": "^3.25.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-node-html-label": "^1.2.2",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"feed": "^4.2.2",
"flexsearch": "0.7.31",
"mermaid": "^10.2.1",
"next": "13.4.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-view": "^1.21.3",
"react-object-view": "^0.3.4",
"react-spinners": "^0.13.8",
"react-twitter-widgets": "^1.11.0",
"sharp": "^0.32.6",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/cytoscape": "^3.19.9",
"@types/cytoscape-dagre": "^2.3.0",
"broken-link-checker": "^0.7.8",
"vitest": "^0.32.0"
}
}