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.
57 lines
1.6 KiB
57 lines
1.6 KiB
{
|
|
"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": {
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
"axios": "^0.27.2",
|
|
"axios-progress-bar": "^1.2.0",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-vue": "^2.22.0",
|
|
"diff": "^5.1.0",
|
|
"dotenv": "^16.0.1",
|
|
"exports-loader": "^4.0.0",
|
|
"imports-loader": "^4.0.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery-mask-plugin": "^1.14.16",
|
|
"jquery-ui-themes": "^1.12.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.3",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"popper.js": "^1.16.1",
|
|
"terser": "^5.14.1",
|
|
"tinymce": "^6.0.3",
|
|
"vue": "^3.2.37",
|
|
"webpack": "^5.73.0",
|
|
"webpack-jquery-ui": "^2.0.1",
|
|
"websocket-extensions": "^0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^5.0.6",
|
|
"@vue/cli-plugin-eslint": "^5.0.6",
|
|
"@vue/cli-service": "^5.0.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^4.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"eslint-plugin-vue": "^9.1.1",
|
|
"glob-parent": "^6.0.2",
|
|
"node-sass": "^7.0.1",
|
|
"sass-loader": "^13.0.2",
|
|
"shelljs": "^0.8.5",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack-bundle-tracker": "^1.6.0"
|
|
}
|
|
}
|