mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
36 lines
921 B
JSON
36 lines
921 B
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"
|
|
},
|
|
"dependencies": {
|
|
"chartist": "^0.11.4",
|
|
"codemirror": "^5.52.0",
|
|
"sortablejs": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-uglify": "^3.0.2",
|
|
"@rollup/plugin-commonjs": "^11.0.2",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"node-sass": "^4.13.1",
|
|
"onchange": "^6.1.0",
|
|
"rollup": "^1.32.1",
|
|
"stylelint": "^13.2.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-order": "^4.0.0",
|
|
"uglify-js": "^3.8.0"
|
|
}
|
|
}
|