You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "vuejs_spa",
|
|
"version": "0.1.0",
|
|
"description": "A Vuejs SPA application",
|
|
"scripts": {
|
|
"start": "node server",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Drew Bednar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"bulma": "^0.6.2",
|
|
"express": "^4.16.3",
|
|
"vue": "^2.5.16",
|
|
"vue-router": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.2.2",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
|
"babel-plugin-transform-es2015-parameters": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
"css-loader": "^0.28.11",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-html": "^4.0.2",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.7.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"node-sass": "^4.8.3",
|
|
"sass-loader": "^6.0.7",
|
|
"vue-loader": "^14.2.2",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"webpack": "^4.3.0",
|
|
"webpack-cli": "^2.0.13",
|
|
"webpack-dev-middleware": "^3.1.0",
|
|
"webpack-hot-middleware": "^2.21.2"
|
|
}
|
|
}
|