|
|
@@ -15,9 +15,13 @@
|
|
|
"cross-env": "^7.0.3",
|
|
|
"cssnano": "^5.1.13",
|
|
|
"del": "^6.0.0",
|
|
|
+ "glob": "^11.0.0",
|
|
|
"gulp": "^4.0.2",
|
|
|
"gulp-clean-css": "^4.3.0",
|
|
|
"ip": "1.1.9",
|
|
|
+ "karma": "^6.4.4",
|
|
|
+ "karma-chrome-launcher": "^3.2.0",
|
|
|
+ "karma-cljs-test": "^0.1.0",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
"playwright": "=1.44.0",
|
|
|
"postcss": "8.4.17",
|
|
|
@@ -32,10 +36,7 @@
|
|
|
"stylelint-config-standard": "^20.0.0",
|
|
|
"tailwindcss": "3.3.5",
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
- "typescript": "^4.4.3",
|
|
|
- "karma": "^6.4.4",
|
|
|
- "karma-chrome-launcher": "^3.2.0",
|
|
|
- "karma-cljs-test": "^0.1.0"
|
|
|
+ "typescript": "^4.4.3"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"watch": "run-p gulp:watch cljs:watch",
|