Merge branch 'master' into perf/search

This commit is contained in:
Tienson Qin
2020-12-13 23:08:56 +08:00
25 changed files with 2718 additions and 1604 deletions

View File

@@ -3,8 +3,7 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"@tailwindcss/ui": "^0.1.3",
"cross-env": "^7.0.3",
"@tailwindcss/ui": "0.7.2",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"gulp": "^4.0.2",
@@ -12,11 +11,14 @@
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.21",
"postcss-cli": "^6.1.3",
"purgecss": "^2.1.0",
"postcss": "8.2.1",
"postcss-cli": "8.3.0",
"postcss-nested": "^5.0.1",
"purgecss": "3.0.0",
"shadow-cljs": "2.8.81",
"tailwindcss": "^1.3.4"
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "2.0.1"
},
"scripts": {
"watch": "run-p cljs:watch gulp:build gulp:watch",
@@ -28,6 +30,7 @@
"clean": "gulp clean",
"test": "run-s cljs:test cljs:run-test",
"report": "run-s cljs:report",
"style:lint": "stylelint \"src/**/*.css\" ",
"gulp:watch": "gulp watch",
"gulp:build": "cross-env NODE_ENV=production gulp build",
"cljs:watch": "clojure -M:cljs watch app publishing",