horarios-v2/package.json

46 lines
1.1 KiB
JSON

{
"name": "horarios",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"deploy": "vue-cli-service build --modern & cd dist & surge",
"test": "vue-cli-service build --modern"
},
"dependencies": {
"@babel/compat-data": "^7.10.1",
"core-js": "^3.3.2",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.0.1",
"yaml": "^1.7.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"json-loader": "^0.5.7",
"normalize-css": "^2.3.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-gtag": "^1.6.2",
"vue-template-compiler": "^2.6.10",
"yaml-loader": "^0.5.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}