Files
Grav-Admin-Plugin/themes/grav/package.json
Ole Vik b0dff58c45 Improve range-field (#1016)
* Improve range-field

Adds some JS (2.04 KB), SCSS (6.87 KB), and changed Twig to improve the functionality and styling of the range-field.

* Gulp build

* Fix range-field step

* Rangetouch to webpack, gulp rebuild

* Recompile from gulp

* Compliance for nested fields.

Replaces dots with underscores for id-attributes within the field.
2017-03-18 13:52:57 -06:00

61 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.24.2",
"cookies-js": "^1.2.3",
"debounce": "^1.0.0",
"dropzone": "^4.3.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"es6-map": "^0.1.4",
"es6-promise": "^4.1.0",
"gemini-scrollbar": "^1.5.0",
"immutable": "^3.8.1",
"immutablediff": "^0.4.4",
"js-yaml": "^3.8.2",
"mout": "^1.0.0",
"rangetouch": "0.0.9",
"remodal": "^1.1.1",
"selectize": "^0.12.4",
"sortablejs": "^1.5.1",
"speakingurl": "^13.0.0",
"toastr": "^2.1.2",
"watchjs": "0.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"css-loader": "^0.26.4",
"eslint": "^3.17.1",
"eslint-loader": "^1.6.3",
"exports-loader": "^0.6.4",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.4",
"merge-stream": "^1.0.1",
"style-loader": "^0.13.2",
"webpack": "^1.13.3"
}
}