mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
113 lines
3.4 KiB
JSON
113 lines
3.4 KiB
JSON
{
|
|
"name": "admin",
|
|
"description": "Administration Interface for Gradido",
|
|
"main": "index.js",
|
|
"author": "Moriz Wahl",
|
|
"version": "2.5.1",
|
|
"license": "Apache-2.0",
|
|
"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 {} +",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json .",
|
|
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
|
|
"test": "cross-env TZ=UTC vitest run",
|
|
"test:coverage": "cross-env TZ=UTC vitest run --coverage",
|
|
"test:debug": "cross-env TZ=UTC node --inspect-brk ./node_modules/vitest/vitest.mjs",
|
|
"test:watch": "cross-env TZ=UTC vitest",
|
|
"locales": "scripts/sort.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/eslint-parser": "^7.24.8",
|
|
"@babel/node": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@iconify/json": "^2.2.228",
|
|
"@vitejs/plugin-vue": "3.2.0",
|
|
"@vue/apollo-composable": "^4.0.2",
|
|
"@vue/apollo-option": "^4.0.0",
|
|
"@vue/compat": "3.4.31",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"apollo-boost": "^0.4.9",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-vue-next": "0.26.8",
|
|
"date-fns": "^2.29.3",
|
|
"dotenv-webpack": "^7.0.3",
|
|
"express": "^4.17.1",
|
|
"graphql": "^16.9.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"portal-vue": "3.0.0",
|
|
"qrcanvas-vue": "3.0.0",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"sass": "^1.77.8",
|
|
"vite": "3.2.10",
|
|
"vite-plugin-commonjs": "^0.10.1",
|
|
"vue": "3.5.13",
|
|
"vue-apollo": "3.1.2",
|
|
"vue-i18n": "9.13.1",
|
|
"vue-router": "4.4.0",
|
|
"vue3-beautiful-chat": "^3.4.2",
|
|
"vue3-datepicker": "^0.4.0",
|
|
"vuex": "4.1.0",
|
|
"vuex-persistedstate": "4.1.0",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/client": "^3.10.8",
|
|
"@intlify/eslint-plugin-vue-i18n": "^1.4.0",
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
"@vue/compiler-sfc": "^3.4.32",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"babel-plugin-transform-require-context": "^0.1.1",
|
|
"cross-env": "^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-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-vue": "8.7.1",
|
|
"gradido-config": "../config",
|
|
"joi": "^17.13.3",
|
|
"jsdom": "^25.0.0",
|
|
"mock-apollo-client": "^1.2.1",
|
|
"postcss": "^8.4.8",
|
|
"postcss-html": "^1.3.0",
|
|
"postcss-scss": "^4.0.3",
|
|
"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.0",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vite-plugin-environment": "^1.1.3",
|
|
"vite-plugin-graphql-loader": "^4.0.4",
|
|
"vitest": "^2.0.5",
|
|
"vitest-canvas-mock": "^0.3.3"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 10"
|
|
],
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"**/*.spec.js"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"strip-ansi": "6.0.1",
|
|
"string-width": "4.2.2",
|
|
"wrap-ansi": "7.0.0"
|
|
}
|
|
}
|