mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-22 22:51:10 +01:00
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "grav-admin",
|
|
"version": "1.0.0",
|
|
"description": "Grav Admin",
|
|
"repository": "https://github.com/getgrav/grav-admin",
|
|
"main": "app/main.js",
|
|
"scripts": {
|
|
"watch": "webpack --watch --progress --colors --config webpack.conf.js",
|
|
"dev": "webpack --progress --colors --config webpack.conf.js",
|
|
"prod": "NODE_ENV=production webpack -p --config webpack.conf.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "RocketTheme, LLC",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"chartist": "^0.10.1",
|
|
"codemirror": "^5.20.2",
|
|
"cookies-js": "^1.2.2",
|
|
"debounce": "^1.0.0",
|
|
"dropzone": "^4.3.0",
|
|
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
|
|
"es6-map": "^0.1.4",
|
|
"es6-promise": "^4.0.5",
|
|
"gemini-scrollbar": "^1.4.3",
|
|
"immutable": "^3.8.1",
|
|
"immutablediff": "^0.4.3",
|
|
"js-yaml": "^3.6.1",
|
|
"mout": "^1.0.0",
|
|
"remodal": "^1.1.0",
|
|
"selectize": "^0.12.4",
|
|
"sortablejs": "^1.4.2",
|
|
"speakingurl": "^10.0.0",
|
|
"toastr": "^2.1.2",
|
|
"watchjs": "0.0.0",
|
|
"whatwg-fetch": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.18.2",
|
|
"babel-loader": "^6.2.7",
|
|
"babel-polyfill": "^6.16.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-stage-3": "^6.17.0",
|
|
"css-loader": "^0.25.0",
|
|
"eslint": "^3.9.1",
|
|
"eslint-loader": "^1.6.0",
|
|
"exports-loader": "^0.6.3",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-sourcemaps": "^2.2.0",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-webpack": "^1.5.0",
|
|
"imports-loader": "^0.6.5",
|
|
"json-loader": "^0.5.4",
|
|
"merge-stream": "^1.0.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.13.3"
|
|
}
|
|
}
|