mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.9 to 1.55.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.54.9...1.55.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "formwork-admin",
|
|
"description": "Formwork CMS Administration Panel",
|
|
"author": "Giuseppe Criscione",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/getformwork/formwork.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/getformwork/formwork/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:css && npm run build:js",
|
|
"build:css": "sass ./assets/scss/admin.scss:./assets/css/admin.min.css ./assets/scss/admin-dark.scss:./assets/css/admin-dark.min.css --style=compressed --no-source-map",
|
|
"build:js": "rollup -c && uglifyjs assets/js/app.min.js -c -m -o assets/js/app.min.js --timings",
|
|
"watch:css": "onchange 'assets/scss/**/*.scss' -- npm run build:css",
|
|
"watch:js": "onchange 'assets/js/src/**/*.js' -- npm run build:js",
|
|
"lint:css": "stylelint './assets/scss/**/*.scss' --fix",
|
|
"lint:js": "eslint './assets/js/src/**' --fix"
|
|
},
|
|
"dependencies": {
|
|
"chartist": "^1.1.2",
|
|
"codemirror": "^6.0.1",
|
|
"sortablejs": "^1.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"eslint": "^8.23.1",
|
|
"onchange": "^7.0.2",
|
|
"rollup": "^2.79.0",
|
|
"sass": "^1.55.0",
|
|
"stylelint": "^14.13.0",
|
|
"stylelint-config-idiomatic-order": "^9.0.0",
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"stylelint-scss": "^4.3.0",
|
|
"uglify-js": "^3.17.2"
|
|
}
|
|
}
|