CSS Work In Progress
* new peertube theme for ConverseJS * CSS linting * splash screen * defining CSS variables
This commit is contained in:
@ -57,6 +57,9 @@
|
||||
"eslint-plugin-promise": "^5.1.1",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-recommended-scss": "^5.0.1",
|
||||
"stylelint-config-standard-scss": "^2.0.1",
|
||||
"svgo": "^2.8.0",
|
||||
"ts-loader": "^8.3.0",
|
||||
"typescript": "^4.3.5",
|
||||
@ -84,7 +87,9 @@
|
||||
"build:serverconverse": "mkdir -p dist/server/conversejs && cp conversejs/index.html dist/server/conversejs/",
|
||||
"build:prosodymodules": "mkdir -p dist/server/prosody-modules && cp -r prosody-modules/* dist/server/prosody-modules/",
|
||||
"build": "npm-run-all -s clean:light -p build:converse build:images build:webpack build:server build:serverconverse build:prosodymodules",
|
||||
"lint": "npx eslint --ext .js --ext .ts .",
|
||||
"lint": "npm-run-all -s lint:script lint:styles",
|
||||
"lint:script": "npx eslint --ext .js --ext .ts .",
|
||||
"lint:styles": "stylelint 'conversejs/**/*.scss'",
|
||||
"show:npmfiles": "npx npm-packlist"
|
||||
},
|
||||
"staticDirs": {
|
||||
|
Reference in New Issue
Block a user