formwork/admin/package.json

32 lines
783 B
JSON
Raw Normal View History

2018-07-13 11:21:48 +02:00
{
2019-04-09 18:00:19 +02:00
"name": "formwork-admin",
"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
},
2019-04-26 15:10:27 +02:00
"dependencies": {
2019-09-20 11:35:20 +02:00
"chartist": "^0.11.4",
2020-01-03 10:46:31 +01:00
"codemirror": "^5.50.2",
2019-12-28 18:27:17 +01:00
"sortablejs": "^1.10.2"
2019-04-26 15:10:27 +02:00
},
"devDependencies": {
2019-05-13 12:56:59 +02:00
"gulp": "^4.0.2",
2019-05-03 19:22:16 +02:00
"gulp-clean-css": "^4.2.0",
2018-07-13 11:21:48 +02:00
"gulp-concat": "^2.6.1",
2019-12-09 11:50:23 +01:00
"gulp-rename": "^2.0.0",
2018-10-19 21:02:32 +02:00
"gulp-sass": "^4.0.2",
2019-03-04 20:12:06 +01:00
"gulp-uglify": "^3.0.2",
2019-11-05 15:58:39 +01:00
"node-sass": "^4.13.0",
2019-12-28 18:27:17 +01:00
"stylelint": "^12.0.1",
2019-09-28 14:59:25 +02:00
"stylelint-config-standard": "^19.0.0",
2020-01-03 10:46:31 +01:00
"stylelint-order": "^4.0.0",
2019-12-28 18:27:17 +01:00
"uglify-js": "^3.7.3"
2019-04-09 18:00:19 +02:00
}
2018-07-13 11:21:48 +02:00
}