Skip to content

Commit

Permalink
chore(playground): cleanup unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Jan 20, 2023
1 parent 449cdd2 commit ad043f9
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,19 @@
"build:lib": "cd ../.. && npm run build",
"build": "run-p build:* && vite build",
"preview": "run-s build && vite preview",
"deploy": "run-s build && gsutil -m rsync -drc ./dist/ gs://storage.ubidev.net/marker-api-playground/",
"deploy": "run-s build && gsutil -m rsync -rc ./dist/ gs://storage.ubidev.net/marker-api-playground/",
"serve": "vite",
"watch:library": "cd ../.. && npm run watch"
},
"keywords": [],
"directories": {
"test": "test/"
},
"dependencies": {
"monaco-editor": "^0.34.1"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/google.maps": "^3.50.5",
"@types/mocha": "^10.0.0",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"jsdom-global": "^3.0.2",
"mocha": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-plugin-jsdoc": "^0.4.2",
"sinon": "^14.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"zx": "^7.1.1"
"vite": "^3.2.3"
}
}

0 comments on commit ad043f9

Please sign in to comment.