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-05-24 17:01:30 +02:00
|
|
|
"chartist": "^0.11.2",
|
2019-06-06 15:10:08 +02:00
|
|
|
"codemirror-minified": "^5.47.0",
|
2019-04-27 14:54:17 +02:00
|
|
|
"sortablejs": "^1.9.0"
|
2019-04-26 15:10:27 +02:00
|
|
|
},
|
2019-03-11 12:08:46 +01: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",
|
2018-08-27 20:32:06 +02:00
|
|
|
"gulp-rename": "^1.4.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-05-03 19:22:16 +02:00
|
|
|
"node-sass": "^4.12.0",
|
|
|
|
"stylelint": "^10.0.1",
|
2019-04-21 20:41:05 +02:00
|
|
|
"stylelint-config-standard": "^18.3.0",
|
2019-05-03 19:22:16 +02:00
|
|
|
"stylelint-order": "^3.0.0",
|
2019-05-24 17:01:30 +02:00
|
|
|
"uglify-js": "^3.5.15"
|
2019-04-09 18:00:19 +02:00
|
|
|
}
|
2018-07-13 11:21:48 +02:00
|
|
|
}
|