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.
30 lines
753 B
JSON
30 lines
753 B
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": {
|
|
"express": "^4.16.2",
|
|
"vue": "^2.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.5.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-loader": "^1.9.0",
|
|
"eslint-plugin-html": "^3.2.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.1.1",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"webpack": "^3.8.1",
|
|
"webpack-dev-middleware": "^1.12.0",
|
|
"webpack-hot-middleware": "^2.20.0"
|
|
}
|
|
}
|