2018-07-13 11:21:48 +02:00
|
|
|
{
|
2022-11-27 21:21:19 +01:00
|
|
|
"name": "formwork-panel",
|
2019-04-09 18:00:19 +02:00
|
|
|
"description": "Formwork CMS Administration Panel",
|
|
|
|
"author": "Giuseppe Criscione",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-13 13:03:58 +02:00
|
|
|
"url": "git+https://github.com/getformwork/formwork.git"
|
2019-04-09 18:00:19 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
2019-05-13 13:03:58 +02:00
|
|
|
"url": "https://github.com/getformwork/formwork/issues"
|
2019-04-09 18:00:19 +02:00
|
|
|
},
|
2020-03-14 17:07:49 +01:00
|
|
|
"scripts": {
|
2022-10-27 23:35:32 +02:00
|
|
|
"build": "yarn build:css && yarn build:js",
|
2022-11-27 21:21:19 +01:00
|
|
|
"build:css": "sass ./assets/scss/panel.scss:./assets/css/panel.min.css ./assets/scss/panel-dark.scss:./assets/css/panel-dark.min.css --style=compressed --no-source-map",
|
2022-10-27 21:07:29 +02:00
|
|
|
"build:js": "rollup -c",
|
2022-10-27 23:35:32 +02:00
|
|
|
"watch:css": "onchange 'assets/scss/**/*.scss' -- yarn build:css",
|
|
|
|
"watch:js": "onchange 'assets/js/src/**/*.js' -- yarn build:js",
|
2021-07-23 16:33:55 +02:00
|
|
|
"lint:css": "stylelint './assets/scss/**/*.scss' --fix",
|
|
|
|
"lint:js": "eslint './assets/js/src/**' --fix"
|
2020-03-14 17:07:49 +01:00
|
|
|
},
|
2019-04-26 15:10:27 +02:00
|
|
|
"dependencies": {
|
2022-12-04 23:23:20 +00:00
|
|
|
"chartist": "^1.3.0",
|
2022-12-04 21:15:44 +00:00
|
|
|
"codemirror": "^5.65.10",
|
2022-03-21 17:01:24 +00:00
|
|
|
"sortablejs": "^1.15.0"
|
2019-04-26 15:10:27 +02:00
|
|
|
},
|
2019-03-11 12:08:46 +01:00
|
|
|
"devDependencies": {
|
2022-08-05 17:01:33 +00:00
|
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
2022-09-18 12:26:04 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
2022-10-27 21:07:29 +02:00
|
|
|
"@rollup/plugin-terser": "^0.1.0",
|
2022-12-04 19:49:17 +00:00
|
|
|
"eslint": "^8.29.0",
|
2020-05-07 16:04:05 +02:00
|
|
|
"onchange": "^7.0.2",
|
2022-10-28 00:11:28 +02:00
|
|
|
"postcss": "^8.4.18",
|
2022-08-31 17:01:33 +00:00
|
|
|
"rollup": "^2.79.0",
|
2022-12-04 19:50:06 +00:00
|
|
|
"sass": "^1.56.1",
|
2022-10-01 17:00:33 +00:00
|
|
|
"stylelint": "^14.13.0",
|
2022-10-23 19:30:47 +00:00
|
|
|
"stylelint-config-idiomatic-order": "^9.0.0",
|
2022-09-18 12:26:05 +00:00
|
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
2021-10-22 23:22:27 +02:00
|
|
|
"stylelint-order": "^5.0.0",
|
2022-10-27 21:07:29 +02:00
|
|
|
"stylelint-scss": "^4.3.0"
|
2019-04-09 18:00:19 +02:00
|
|
|
}
|
2018-07-13 11:21:48 +02:00
|
|
|
}
|