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.
58 lines
1.7 KiB
58 lines
1.7 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.2",
|
|
"axios": "^1.7.2",
|
|
"bootstrap": "^4.6.2",
|
|
"bootstrap-vue": "^2.22.0",
|
|
"diff": "^5.1.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery-mask-plugin": "^1.14.16",
|
|
"jquery-ui": "^1.13.2",
|
|
"jquery-ui-themes": "^1.12.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"popper.js": "^1.16.1",
|
|
"tinymce": "^7.2.0",
|
|
"vue": "^2.7.9"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.13",
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^8.22.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"eslint-webpack-plugin": "^3.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"imports-loader": "^4.0.1",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"sass": "^1.54.5",
|
|
"sass-loader": "^13.0.2",
|
|
"shelljs": "^0.8.5",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.5",
|
|
"uglify-js": "^3.17.0",
|
|
"vue-template-compiler": "^2.7.9",
|
|
"webpack": "^5.94.0",
|
|
"webpack-bundle-tracker": "^1.6.0"
|
|
}
|
|
}
|
|
|