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 e36e9ab
Show file tree
Hide file tree
Showing 5 changed files with 7,979 additions and 6,067 deletions.
9 changes: 9 additions & 0 deletions .workbox-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
importScripts: [],
globDirectory: "./dist",
globPatterns: [
"**/*.{css,html,js,gif,ico,jpg,jpeg,png,svg,webp,woff,woff2,ttf,otf,eot,webmanifest,manifest}"
],
swDest: 'dist/sw.js'
};

22 changes: 12 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 @@ -16,9 +17,8 @@
"@tweenjs/tween.js": "17.4.0"
},
"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 +31,19 @@
"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/service-worker": "^2.12.0",
"@parcel/transformer-sass": "2.12.0",
"concurrently": "^8.2.2",
"parcel": "2.10.3",
"parcel": "2.12.0",
"parcel-plugin-workbox-cache": "^2.0.1",
"process": "^0.11.10"
},
"keywords": [
Expand Down
Loading

0 comments on commit e36e9ab

Please sign in to comment.