mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
128 lines
4.0 KiB
JSON
Executable File
128 lines
4.0 KiB
JSON
Executable File
{
|
|
"name": "bootstrap-vue-gradido-wallet",
|
|
"version": "2.3.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node run/server.js",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"postbuild": "find build -type f -regex '.*\\.\\(html\\|js\\|css\\|svg\\|json\\)' -exec gzip -9 -k {} +",
|
|
"analyse-bundle": "yarn build && webpack-bundle-analyzer build/webpack.stats.json",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json .",
|
|
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
|
|
"test": "echo Tests are temporarly disabled for migration time",
|
|
"locales": "scripts/sort.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.13.13",
|
|
"@babel/node": "^7.13.13",
|
|
"@babel/preset-env": "^7.13.12",
|
|
"@vee-validate/i18n": "^4.13.2",
|
|
"@vee-validate/rules": "^4.13.2",
|
|
"@vee-validate/yup": "^4.13.2",
|
|
"@vitejs/plugin-vue": "3.2.0",
|
|
"@vue/apollo-composable": "^4.0.2",
|
|
"@vue/apollo-option": "^4.0.0",
|
|
"@vue/compat": "^3.4.31",
|
|
"@vue/test-utils": "^1.1.3",
|
|
"apollo-boost": "^0.4.9",
|
|
"autoprefixer": "^10.4.19",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^27.3.1",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-vue-next": "^0.23.3",
|
|
"clipboard-polyfill": "^4.0.0-rc1",
|
|
"date-fns": "^2.29.3",
|
|
"es6-promise": "^4.1.1",
|
|
"express": "^4.17.1",
|
|
"flatpickr": "^4.5.7",
|
|
"flush-promises": "^1.0.2",
|
|
"graphql": "^16.9.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^26.6.3",
|
|
"jest-canvas-mock": "^2.5.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"portal-vue": "^3.0.0",
|
|
"qrcanvas-vue": "2.1.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"uuid": "^9.0.0",
|
|
"vee-validate": "^4.13.2",
|
|
"vite": "3.2.10",
|
|
"vite-plugin-commonjs": "^0.10.1",
|
|
"vue": "3.4.31",
|
|
"vue-apollo": "^3.1.2",
|
|
"vue-avatar": "^2.3.3",
|
|
"vue-flatpickr-component": "^8.1.2",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-jest": "^3.0.7",
|
|
"vue-loading-overlay": "^3.4.2",
|
|
"vue-router": "^4.4.0",
|
|
"vue-timer-hook": "^1.0.84",
|
|
"vue-timers": "^2.0.4",
|
|
"vue2-transitions": "^0.2.3",
|
|
"vuex": "^4.1.0",
|
|
"vuex-persistedstate": "^4.1.0",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/client": "^3.10.8",
|
|
"@iconify-json/bi": "^1.1.23",
|
|
"@intlify/eslint-plugin-vue-i18n": "^1.4.0",
|
|
"@vue/compiler-sfc": "^3.4.35",
|
|
"@vue/eslint-config-prettier": "^4.0.1",
|
|
"babel-plugin-component": "^1.1.0",
|
|
"babel-plugin-transform-require-context": "^0.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv-webpack": "^7.0.3",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "8.10.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-jest": "^25.2.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-vue": "8.7.1",
|
|
"mock-apollo-client": "^1.2.1",
|
|
"postcss": "^8.4.8",
|
|
"postcss-html": "^1.3.0",
|
|
"postcss-scss": "^4.0.3",
|
|
"sass": "1.32.13",
|
|
"prettier": "^3.3.3",
|
|
"stylelint": "16.7.0",
|
|
"stylelint-config-recommended-vue": "1.5.0",
|
|
"stylelint-config-standard-scss": "13.1.0",
|
|
"unplugin-icons": "^0.19.1",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vue-html-webpack-plugin": "^3.2.2",
|
|
"vite-plugin-environment": "^1.1.3"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 10"
|
|
],
|
|
"author": "Gradido-Akademie - https://www.gradido.net/",
|
|
"license": "Apache-2.0",
|
|
"description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur.",
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"**/*.spec.js"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"strip-ansi": "6.0.1",
|
|
"string-width": "4.2.2",
|
|
"wrap-ansi": "7.0.0"
|
|
}
|
|
}
|