mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Merge branch 'master' into greenkeeper/highlight.js-9.17.1
This commit is contained in:
commit
2e235d59c4
8 changed files with 869 additions and 269 deletions
|
|
@ -5,11 +5,12 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build:cljs": "shadow-cljs release app",
|
||||
"build-extra:cljs-report": "shadow-cljs run shadow.cljs.build-report app public/build-report.html",
|
||||
"build:sass": "node-sass --output-style compressed src/sass/app.sass | postcss -o public/app/app.css",
|
||||
"build": "rm -r public/*; run-p copy:* build:*",
|
||||
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
|
||||
"copy:assets": "cp -R src/assets/* public/",
|
||||
"copy:icons": "cp -R node_modules/open-iconic/font/fonts public",
|
||||
"deploy": "npm run build && gh-pages -d public -m \"Deploying $(git rev-parse --short HEAD)\"",
|
||||
"deploy": "gh-pages -d public -m \"[skip ci] Deploying $(git rev-parse --short HEAD)\"",
|
||||
"dev:cljs": "shadow-cljs watch app test",
|
||||
"dev:sass": "node-sass -w src/sass/app.sass -o public/app",
|
||||
"dev:test": "karma start --reporters notify,progress --auto-watch",
|
||||
|
|
@ -31,7 +32,7 @@
|
|||
"create-react-class": "^15.6.3",
|
||||
"highlight.js": "9.17.1",
|
||||
"open-iconic": "^1.1.1",
|
||||
"postcss-cli": "^6.1.2",
|
||||
"postcss-cli": "^7.0.0",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-sortable-hoc": "^1.8.3"
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
"karma": "^4.0.1",
|
||||
"karma-chrome-launcher": "^3.0.0",
|
||||
"karma-cljs-test": "^0.1.0",
|
||||
"karma-firefox-launcher": "^1.2.0",
|
||||
"karma-notify-reporter": "^1.1.0",
|
||||
"node-sass": "^4.11.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue