init
This commit is contained in:
51
user/plugins/flex-objects/package.json
Normal file
51
user/plugins/flex-objects/package.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "flex-objects",
|
||||
"description": "Flexible CRUD Architecture for Grav",
|
||||
"author": "Trilby Media <hello@trilby.media>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"watch": "webpack --mode development --watch --progress --color --mode development --config webpack.conf.js",
|
||||
"dev": "webpack --mode development --progress --color --config webpack.conf.js",
|
||||
"prod": "webpack --mode production --config webpack.conf.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.4",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"lodash": "^4.17.21",
|
||||
"tiny-cookie": "^2.3.2",
|
||||
"vue": "^2.6.14",
|
||||
"vue-content-loader": "0.2.3",
|
||||
"vue-events": "^3.1.0",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vuetable-2": "^1.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/eslint-parser": "^7.15.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-webpack-plugin": "^3.0.1",
|
||||
"exports-loader": "^3.0.0",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"imports-loader": "^3.0.0",
|
||||
"terser-webpack-plugin": "^5.2.4",
|
||||
"vue-loader": "^15.9.8",
|
||||
"webpack": "^5.53.0",
|
||||
"webpack-cli": "^4.8.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"vuetable-2/axios": "^0.21.4"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 4 Chrome versions",
|
||||
"Edge >= 12",
|
||||
"Firefox ESR",
|
||||
"last 4 Safari versions",
|
||||
"last 4 Opera versions",
|
||||
"Explorer >= 10"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user