45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "trilby-grav-plugin-gitsync",
|
||
|
"version": "2.1.0",
|
||
|
"description": "Git Sync Grav Plugin",
|
||
|
"main": "app/main.js",
|
||
|
"scripts": {
|
||
|
"watch": "webpack --watch --progress --color --mode development --config webpack.conf.js",
|
||
|
"dev": "webpack --progress --mode development --colors --config webpack.conf.js",
|
||
|
"prod": "webpack --mode production --config webpack.conf.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/trilbymedia/grav-plugin-git-sync.git"
|
||
|
},
|
||
|
"author": "Trilby Media, LLC",
|
||
|
"license": "Apache-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/trilbymedia/grav-plugin-git-sync/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/trilbymedia/grav-plugin-git-sync#readme",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.14.3",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||
|
"@babel/plugin-proposal-json-strings": "^7.14.2",
|
||
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
|
||
|
"@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.4",
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"css-loader": "^5.2.6",
|
||
|
"eslint": "^7.27.0",
|
||
|
"eslint-loader": "^4.0.2",
|
||
|
"exports-loader": "^3.0.0",
|
||
|
"imports-loader": "^3.0.0",
|
||
|
"json-loader": "^0.5.7",
|
||
|
"style-loader": "^2.0.0",
|
||
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
||
|
"webpack": "^5.38.1",
|
||
|
"webpack-cli": "^4.7.0",
|
||
|
"whatwg-fetch": "^3.6.2"
|
||
|
}
|
||
|
}
|