Skip to content

Commit

Permalink
web: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Apr 30, 2020
1 parent d11678f commit 76a687a
Show file tree
Hide file tree
Showing 3 changed files with 2,119 additions and 1,157 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/dist
/public/web
/web/.cache
/web/.parcel-cache
/web/node_modules

*.swp
Expand Down
17 changes: 6 additions & 11 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"license": "ISC",
"scripts": {
"build": "parcel build --out-dir ../public/web index.html",
"watch": "parcel watch --out-dir ../public/web index.html"
"build": "yarn parcel build index.html",
"watch": "yarn parcel watch index.html"
},
"devDependencies": {
"axios": "^0.18.1",
"axios": "^0.19.2",
"cssnano": "^4.1.8",
"jquery": "^3.5.0",
"panzoom": "^7.1.2",
"parcel-bundler": "^1.11.0",
"panzoom": "^9.2.4",
"parcel": "^2.0.0-alpha.3.2",
"requirejs": "^2.3.6"
},
"resolutions": {
"fsevents": "npm:dummypkg-a@1.0.0"
},
"dependencies": {
"fsevents": "npm:dummypkg-a@1.0.0"
}
"main": "../public/web/index.html"
}
Loading

0 comments on commit 76a687a

Please sign in to comment.