12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "grav-admin",
- "version": "1.0.0",
- "description": "Grav Admin",
- "repository": "https://github.com/getgrav/grav-admin",
- "main": "app/main.js",
- "scripts": {
- "watch": "webpack --mode development --watch --progress --color --mode development --config webpack.conf.js",
- "prod": "webpack --mode production --config webpack.conf.js"
- },
- "author": "Trilby Media, LLC",
- "license": "MIT",
- "dependencies": {
- "babel-loader": "^8.2.3",
- "buffer": "^6.0.3",
- "chartist": "0.11.4",
- "codemirror": "^5.65.1",
- "debounce": "^1.2.1",
- "dropzone": "^5.9.3",
- "eonasdan-bootstrap-datetimepicker": "^4.17.49",
- "eventemitter3": "^4.0.7",
- "events": "^3.3.0",
- "exif-js": "^2.3.0",
- "immutable": "^4.0.0",
- "immutablediff": "^0.4.4",
- "js-yaml": "^4.1.0",
- "mout": "^1.2.3",
- "popper.js": "^1.14.4",
- "rangetouch": "^2.0.1",
- "remodal": "^1.1.1",
- "selectize": "^0.12.6",
- "simplebar": "^5.3.6",
- "sortablejs": "^1.14.0",
- "speakingurl": "^14.0.1",
- "toastr": "^2.1.4",
- "watchjs": "0.0.0",
- "whatwg-fetch": "^3.6.2"
- },
- "devDependencies": {
- "@babel/core": "^7.17.0",
- "@babel/plugin-proposal-class-properties": "^7.16.7",
- "@babel/plugin-proposal-json-strings": "^7.16.7",
- "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-syntax-import-meta": "^7.10.4",
- "@babel/polyfill": "^7.12.1",
- "@babel/preset-env": "^7.16.11",
- "@babel/register": "^7.17.0",
- "css-loader": "^6.6.0",
- "eslint": "^8.8.0",
- "eslint-webpack-plugin": "^3.1.1",
- "exports-loader": "^3.1.0",
- "imports-loader": "^3.1.1",
- "json-loader": "^0.5.7",
- "minimist": "^1.2.5",
- "style-loader": "^3.3.1",
- "terser-webpack-plugin": "^5.3.1",
- "webpack": "^5.68.0",
- "webpack-cli": "^4.9.2"
- },
- "resolutions": {
- "minimist": "^1.2.5"
- }
- }
|