Skip to content

Commit

Permalink
feat: 🎸 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki committed Mar 25, 2024
1 parent fa62134 commit cbde169
Show file tree
Hide file tree
Showing 5 changed files with 7,691 additions and 6,081 deletions.
29 changes: 19 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"start": "parcel src/index.html --no-cache --open",
"build": "yarn fetch-parser && yarn fetch-xraste && parcel build src/index.html --public-url ./ --no-source-maps && cp -avr *.md ./dist/",
"build-core": "parcel build src/index.html --public-url ./ --no-source-maps && cp -avr *.md ./dist/",
"build": "yarn fetch-parser && yarn fetch-xraste && yarn build-core",
"zip": "zip -r dist/artifact.zip ./dist",
"serve": "cd dist && concurrently --kill-others --raw \"python3 -m http.server 8001\" \"ngrok http 8001\"",
"fetch-parser": "rm -f src/camxes.js && wget -P src https://la-lojban.github.io/sutysisku-lojban-corpus-downloader/data/grammars/camxes.js",
Expand All @@ -15,10 +16,15 @@
"elkjs": "0.8.1",
"@tweenjs/tween.js": "17.4.0"
},
"cache": {
"disablePlugin": false,
"inDev": false,
"strategy": "inject",
"clearDist": true
},
"dependencies": {
"3d-force-graph": "1.73.0",
"@parcel/service-worker": "^2.10.3",
"bootstrap": "^5.3.2",
"3d-force-graph": "1.73.2",
"bootstrap": "^5.3.3",
"comlink": "^4.4.1",
"cytoscape": "3.28.1",
"cytoscape-cise": "^1.0.0",
Expand All @@ -31,17 +37,20 @@
"cytoscape-klay": "^3.1.4",
"cytoscape-navigator": "2.0.2",
"cytoscape-node-html-label": "1.2.2",
"d3": "^7.8.5",
"d3": "^7.9.0",
"d3-force-3d": "^3.0.5",
"d3-octree": "^1.0.2",
"elkjs": "0.8.2",
"web-worker": "^1.2.0"
"elkjs": "0.9.2",
"web-worker": "^1.3.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@parcel/transformer-sass": "2.10.3",
"@babel/core": "7.24.3",
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/service-worker": "^2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"concurrently": "^8.2.2",
"parcel": "2.10.3",
"parcel": "2.12.0",
"process": "^0.11.10"
},
"keywords": [
Expand Down
Loading

0 comments on commit cbde169

Please sign in to comment.