mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
91 lines
2.8 KiB
JSON
91 lines
2.8 KiB
JSON
{
|
|
"name": "admin",
|
|
"description": "Administraion Interface for Gradido",
|
|
"main": "index.js",
|
|
"author": "Moriz Wahl",
|
|
"version": "1.16.0",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node run/server.js",
|
|
"serve": "vue-cli-service serve --open",
|
|
"build": "vue-cli-service build",
|
|
"dev": "yarn run serve",
|
|
"analyse-bundle": "yarn build && webpack-bundle-analyzer dist/webpack.stats.json",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json .",
|
|
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
|
|
"test": "cross-env TZ=UTC jest --coverage",
|
|
"locales": "scripts/sort.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/node": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@vue/cli-plugin-unit-jest": "^4.5.14",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/test-utils": "^1.2.2",
|
|
"apollo-boost": "^0.4.9",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^27.3.1",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"bootstrap": "4.3.1",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"core-js": "^3.6.5",
|
|
"dotenv-webpack": "^7.0.3",
|
|
"express": "^4.17.1",
|
|
"graphql": "^15.6.1",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "26.6.3",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-environment-jsdom-sixteen": "^2.0.0",
|
|
"portal-vue": "^2.1.7",
|
|
"qrcanvas-vue": "2.1.1",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"stats-webpack-plugin": "^0.7.0",
|
|
"vue": "^2.6.11",
|
|
"vue-apollo": "^3.0.8",
|
|
"vue-i18n": "^8.26.5",
|
|
"vue-jest": "^3.0.7",
|
|
"vue-router": "^3.5.3",
|
|
"vuex": "^3.6.2",
|
|
"vuex-persistedstate": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@apollo/client": "^3.7.1",
|
|
"@babel/eslint-parser": "^7.15.8",
|
|
"@intlify/eslint-plugin-vue-i18n": "^1.4.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-transform-require-context": "^0.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "7.25.0",
|
|
"eslint-config-prettier": "^8.3.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": "3.3.1",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"mock-apollo-client": "^1.2.1",
|
|
"postcss": "^8.4.8",
|
|
"postcss-html": "^1.3.0",
|
|
"postcss-scss": "^4.0.3",
|
|
"stylelint": "^14.5.3",
|
|
"stylelint-config-recommended-vue": "^1.3.0",
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
"vue-cli-plugin-i18n": "^2.3.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 10"
|
|
]
|
|
}
|