Consolidate all subproject package.json files into root package.json and migrate to unified Vite MPA build
Build and Deploy / build-and-deploy (push) Has been cancelled
Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
Generated
-11542
File diff suppressed because it is too large
Load Diff
@@ -1,42 +0,0 @@
|
||||
{
|
||||
"version": "0.0.0",
|
||||
"main": "dist/my-element.es.js",
|
||||
"exports": {
|
||||
".": "./dist/my-element.es.js"
|
||||
},
|
||||
"types": "types/my-element.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"types"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"deploy": "npm run build && gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@material/mwc-dialog": "^0.21.0",
|
||||
"@material/mwc-drawer": "^0.21.0",
|
||||
"@material/mwc-icon-button": "^0.21.0",
|
||||
"@material/mwc-list": "^0.21.0",
|
||||
"@material/mwc-textfield": "^0.21.0",
|
||||
"@material/mwc-top-app-bar-fixed": "^0.21.0",
|
||||
"events": "^3.3.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"lit": "*",
|
||||
"pouchdb-adapter-idb": "^7.2.2",
|
||||
"pouchdb-browser": "^7.2.2",
|
||||
"pouchdb-utils": "^7.2.2",
|
||||
"rxdb": "^9.21.0",
|
||||
"rxjs": "^7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^11.2.1",
|
||||
"@types/node": "^16.0.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"typescript": "^4.3.2",
|
||||
"vite": "^2.3.8",
|
||||
"vite-plugin-pwa": "^0.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user