{
"name": "wpvuekit",
"version": "0.0.1",
"description": "A Vue JS Starter Kit for WordPress plugin development - Webpack, Sass, Vue, Vuex, Vue-router",
"main": "src/main.js",
"scripts": {
"dev": "WEBPACK_ENV=development webpack --progress --watch --config ./webpack/webpack.config.js",
"build": "WEBPACK_ENV=production webpack --config ./webpack/webpack.config.js",
"makepot": "wpi18n makepot",
"lint": "eslint --config eslintrc.js --ext .js,.vue .",
"lint-fix": "npm run lint -- --fix"
},
"author": "",
"license": "GPL v3 or later",
"dependencies": {
"axios": "^1.1.3",
"vue": "^3.2.41",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^13.4.0",
"@wordpress/hooks": "^3.20.0",
"@wordpress/i18n": "^4.20.0",
"babel-loader": "^8.2.5",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.26.0",
"eslint-config-wordpress": "^2.0.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"serialize-javascript": "^6.0.0",
"style-loader": "^3.3.1",
"vue-loader": "^17.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}
|