commit fonctionne ou pas ?
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"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": {
|
||||
"buffer": "^6.0.3",
|
||||
"chartist": "0.11.4",
|
||||
"codemirror": "^5.61.0",
|
||||
"debounce": "^1.2.1",
|
||||
"dropzone": "^5.9.2",
|
||||
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
|
||||
"es6-map": "^0.1.5",
|
||||
"es6-promise": "^4.2.8",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"events": "^3.3.0",
|
||||
"exif-js": "^2.3.0",
|
||||
"immutable": "^3.8.2",
|
||||
"immutablediff": "^0.4.4",
|
||||
"js-yaml": "^4.1.0",
|
||||
"mout": "^1.2.2",
|
||||
"popper.js": "^1.14.4",
|
||||
"rangetouch": "^2.0.1",
|
||||
"remodal": "^1.1.1",
|
||||
"selectize": "^0.12.6",
|
||||
"simplebar": "^5.3.2",
|
||||
"sortablejs": "^1.13.0",
|
||||
"speakingurl": "^14.0.1",
|
||||
"toastr": "^2.1.4",
|
||||
"watchjs": "0.0.0",
|
||||
"whatwg-fetch": "^3.6.2",
|
||||
"yarn": "^1.22.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-json-strings": "^7.13.8",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
||||
"@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.14.0",
|
||||
"@babel/register": "^7.13.16",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^5.2.4",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"exports-loader": "^2.0.0",
|
||||
"imports-loader": "^2.0.0",
|
||||
"json-loader": "^0.5.7",
|
||||
"minimist": "^1.2.5",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"webpack": "^5.36.2",
|
||||
"webpack-cli": "^4.6.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimist": "^1.2.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user