babel.config.js
0 → 100644
+5
−0
+19479
−4
File changed.
Preview size limit exceeded, changes collapsed.
package.json
0 → 100644
+33
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "ecloud-theme-helper",
|
||
"version": "1.4.6",
|
||
"description": "App for ecloud theme helper actions and styles.",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper"
|
||
},
|
||
"private": true,
|
||
"scripts": {
|
||
"build": "NODE_ENV=production webpack --progress",
|
||
"dev": "NODE_ENV=development webpack --progress",
|
||
"watch": "NODE_ENV=development webpack --progress --watch",
|
||
"lint": "eslint --ext .js,.vue src",
|
||
"lint:fix": "eslint --ext .js,.vue src --fix",
|
||
"stylelint": "stylelint {src,css}/**/{*.scss,*.css} --allow-empty-input",
|
||
"stylelint:fix": "stylelint {src,css}/**/{*.scss,*.css} --fix --allow-empty-input"
|
||
},
|
||
"browserslist": [
|
||
"extends @nextcloud/browserslist-config"
|
||
],
|
||
"engines": {
|
||
"node": "^16.0.0",
|
||
"npm": "^7.0.0 || ^8.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"@nextcloud/babel-config": "^1.0.0",
|
||
"@nextcloud/browserslist-config": "^2.2.0",
|
||
"@nextcloud/eslint-config": "^8.0.0",
|
||
"@nextcloud/stylelint-config": "^2.1.2",
|
||
"@nextcloud/webpack-vue-config": "^5.2.1"
|
||
}
|
||
} |
Loading