OR-1 dataflow CPU sketch
1{
2 "name": "dfgraph-frontend",
3 "version": "0.1.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "build": "esbuild src/main.ts --bundle --outfile=dist/bundle.js --format=esm --target=es2020",
8 "watch": "esbuild src/main.ts --bundle --outfile=dist/bundle.js --format=esm --target=es2020 --watch"
9 },
10 "dependencies": {
11 "cytoscape": "^3.30.0",
12 "cytoscape-dagre": "^2.5.0"
13 },
14 "devDependencies": {
15 "esbuild": "^0.24.0",
16 "@types/cytoscape": "^3.21.0"
17 }
18}