mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
969 B
37 lines
969 B
{
|
|
"name": "sapl-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.2.1",
|
|
"bootstrap-material-design": "^4.1.1",
|
|
"dotenv": "^6.2.0",
|
|
"jquery": "^3.3.1",
|
|
"popper.js": "^1.14.6",
|
|
"vue": "^2.5.21",
|
|
"vue-router": "^3.0.1",
|
|
"vuex": "^3.0.1",
|
|
"webpack": "^4.28.4",
|
|
"webpack-bundle-tracker": "^0.4.2-beta",
|
|
|
|
"sapl-oficial-theme": "../../sapl-oficial-theme"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.3.0",
|
|
"@vue/cli-plugin-eslint": "^3.3.0",
|
|
"@vue/cli-service": "^3.3.0",
|
|
"@vue/eslint-config-prettier": "^4.0.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"node-sass": "^4.9.0",
|
|
"css-loader": "^2.1.0",
|
|
"sass-loader": "^7.0.1",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|
|
|