2019-04-09 00:21:00 +02:00
|
|
|
{
|
|
|
|
"name": "materio.com",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "A Drupal 8 Vuejs template using Webpack 4 for materio.com",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "webpack --progress --watch --config build/webpack.config.dev.js",
|
|
|
|
"prod": "webpack --config build/webpack.config.prod.js",
|
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
|
|
"test": "jest --config test/jest.config.js",
|
|
|
|
"test:debug": "node --inspect node_modules/.bin/jest --runInBand --config test/jest.config.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Vue",
|
|
|
|
"Webpack 4"
|
|
|
|
],
|
|
|
|
"author": "Bachir Soussi Chiadmi",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-meta": "^1.6.0",
|
|
|
|
"vue-router": "^3.0.2",
|
|
|
|
"vuex": "^3.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.4.0",
|
|
|
|
"@babel/preset-env": "^7.4.2",
|
|
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-jest": "^24.5.0",
|
|
|
|
"babel-loader": "^8.0.5",
|
|
|
|
"copy-webpack-plugin": "^5.0.2",
|
|
|
|
"css-loader": "^2.1.1",
|
|
|
|
"eslint": "^5.15.3",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-loader": "^2.1.2",
|
|
|
|
"eslint-plugin-import": "^2.16.0",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
|
|
"eslint-plugin-vue-a11y": "0.0.28",
|
|
|
|
"mini-css-extract-plugin": "^0.5.0",
|
2019-05-15 17:22:32 +02:00
|
|
|
"node-sass": "^4.12.0",
|
2019-04-09 00:21:00 +02:00
|
|
|
"sass-loader": "^7.1.0",
|
|
|
|
"style-loader": "^0.23.1",
|
|
|
|
"uglify-es": "^3.3.9",
|
|
|
|
"url-loader": "^1.1.2",
|
|
|
|
"vue-jest": "^3.0.4",
|
|
|
|
"vue-loader": "^15.7.0",
|
|
|
|
"vue-server-renderer": "^2.6.10",
|
|
|
|
"vue-style-loader": "^4.1.2",
|
|
|
|
"vue-template-compiler": "^2.6.10",
|
|
|
|
"webpack": "^4.29.6",
|
|
|
|
"webpack-cli": "^3.3.0",
|
|
|
|
"webpack-merge": "^4.2.1"
|
|
|
|
}
|
|
|
|
}
|