horarios-v2/package.json

40 lines
973 B
JSON
Raw Normal View History

2019-11-27 13:25:04 +00:00
{
2020-07-24 02:16:33 +00:00
"name": "horarios-unsa",
2019-11-27 13:25:04 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
2020-01-23 00:18:07 +00:00
"build": "vue-cli-service build --modern",
2020-03-04 02:17:31 +00:00
"test": "vue-cli-service build --modern"
2019-11-27 13:25:04 +00:00
},
"dependencies": {
2020-07-24 02:16:33 +00:00
"@babel/preset-env": "^7.10.4",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"json-loader": "^0.5.7",
2020-07-28 14:21:00 +00:00
"normalize-css": "^2.3.1",
2020-07-24 02:16:33 +00:00
"pug": "2.0.4",
2020-01-23 00:18:07 +00:00
"pug-plain-loader": "^1.0.0",
"vue": "^3.0.0-rc.5",
2020-07-24 02:16:33 +00:00
"vue-router": "^4.0.0-alpha.6",
"vuex": "^4.0.0-alpha.1",
"webpack": "^4.43.0",
2020-07-24 02:16:33 +00:00
"yaml": "^1.10.0",
"yaml-loader": "^0.6.0"
2019-11-27 13:25:04 +00:00
},
2020-07-24 02:16:33 +00:00
"devDependencies": {
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/compiler-sfc": "^3.0.0-rc.5",
2020-07-24 02:16:33 +00:00
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vue-next": "~0.1.3"
2019-11-27 13:25:04 +00:00
},
"browserslist": [
"> 1%",
2020-07-24 02:16:33 +00:00
"last 2 versions",
"not dead"
2019-11-27 13:25:04 +00:00
]
}