mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
Merge branch 'master' into perf/search
This commit is contained in:
15
package.json
15
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user