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.
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"name": "vuejs_webpack",
|
|
"version": "1.0.0",
|
|
"description": "Example project using webpack with vuejs",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node_modules/.bin/webpack --config webpack.config.js"
|
|
},
|
|
"author": "drew@androiddrew.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vue": "^2.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"webpack": "^3.10.0"
|
|
}
|
|
}
|