43 lines
1023 B
JSON
43 lines
1023 B
JSON
{
|
|
"name": "vuefun",
|
|
"version": "0.1.0",
|
|
"description": "fun with vue ok",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo nope",
|
|
"build": "webpack",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/meatballhat/box-o-sand/vuefun/"
|
|
},
|
|
"keywords": [
|
|
"unusable"
|
|
],
|
|
"author": "Kilgore Trout",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.0",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@webpack-cli/init": "^0.2.2",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"css-loader": "^3.2.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"node-sass": "^4.13.0",
|
|
"normalize.css": "^8.0.1",
|
|
"sass-loader": "^8.0.0",
|
|
"style-loader": "^1.0.0",
|
|
"typescript": "^3.7.2",
|
|
"vue": "^2.6.10",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.9.0"
|
|
},
|
|
"dependencies": {
|
|
"vue-loader": "^15.7.2",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|