|
@@ -31,14 +31,17 @@
|
|
|
"postcss-import": "15.0.0",
|
|
|
"postcss-import-ext-glob": "2.0.1",
|
|
|
"postcss-nested": "6.0.0",
|
|
|
+ "process": "^0.11.10",
|
|
|
"purgecss": "4.0.2",
|
|
|
"semver": "7.5.2",
|
|
|
- "shadow-cljs": "2.26.0",
|
|
|
+ "shadow-cljs": "2.28.21",
|
|
|
"stylelint": "^13.8.0",
|
|
|
"stylelint-config-standard": "^20.0.0",
|
|
|
"tailwindcss": "3.3.5",
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
- "typescript": "^4.4.3"
|
|
|
+ "typescript": "^4.4.3",
|
|
|
+ "webpack": "^5.98.0",
|
|
|
+ "webpack-cli": "^6.0.1"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"watch": "run-p gulp:watch cljs:watch",
|
|
@@ -50,6 +53,7 @@
|
|
|
"dev-electron-app": "gulp electron",
|
|
|
"release-electron": "run-s gulp:build && gulp electronMaker",
|
|
|
"debug-electron": "cd static/ && yarn electron:debug",
|
|
|
+ "webpack": "webpack --watch",
|
|
|
"e2e-test": "cross-env DEBUG=pw:api CI=true npx playwright test --reporter github",
|
|
|
"run-android-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync android && npx cap run android",
|
|
|
"run-ios-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync ios && npx cap run ios",
|
|
@@ -173,6 +177,7 @@
|
|
|
"tailwind-capitalize-first-letter": "^1.0.4",
|
|
|
"threads": "1.6.5",
|
|
|
"url": "^0.11.0",
|
|
|
+ "util": "^0.12.5",
|
|
|
"yargs-parser": "20.2.4"
|
|
|
},
|
|
|
"resolutions": {
|