mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes) from 5.3.10 to 5.3.12. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/notes) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
149 lines
4.3 KiB
JSON
149 lines
4.3 KiB
JSON
{
|
|
"name": "human-connection-webapp",
|
|
"version": "0.2.2",
|
|
"description": "Human Connection Frontend",
|
|
"authors": [
|
|
"Grzegorz Leoniec (appinteractive)",
|
|
"ulfgebhardt"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Human Connection gGmbH",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"dev:styleguide": "cross-env STYLEGUIDE_DEV=true yarn run dev",
|
|
"storybook": "start-storybook -p 3002 -s ./static -c storybook/",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate:maintenance": "nuxt generate -c nuxt.config.maintenance.js",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"precommit": "yarn lint",
|
|
"test": "jest",
|
|
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"
|
|
},
|
|
"jest": {
|
|
"verbose": true,
|
|
"collectCoverageFrom": [
|
|
"**/*.{js,vue}",
|
|
"!**/node_modules/**",
|
|
"!**/.nuxt/**",
|
|
"!**/?(*.)+(spec|test).js?(x)"
|
|
],
|
|
"coverageReporters": [
|
|
"lcov"
|
|
],
|
|
"transform": {
|
|
".*\\.(vue)$": "vue-jest",
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"vue"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1",
|
|
"^~/(.*)$": "<rootDir>/$1",
|
|
"\\.(css|less)$": "identity-obj-proxy",
|
|
"\\.(svg)$": "<rootDir>/test/fileMock.js"
|
|
},
|
|
"setupFiles": [
|
|
"<rootDir>/test/registerContext.js",
|
|
"<rootDir>/test/testSetup.js"
|
|
],
|
|
"testMatch": [
|
|
"**/?(*.)+(spec|test).js?(x)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@human-connection/styleguide": "0.5.22",
|
|
"@nuxtjs/apollo": "^4.0.0-rc19",
|
|
"@nuxtjs/axios": "~5.9.5",
|
|
"@nuxtjs/dotenv": "~1.4.1",
|
|
"@nuxtjs/pwa": "^3.0.0-beta.20",
|
|
"@nuxtjs/sentry": "^3.2.2",
|
|
"@nuxtjs/style-resources": "~1.0.0",
|
|
"accounting": "~0.4.1",
|
|
"apollo-cache-inmemory": "~1.6.5",
|
|
"apollo-client": "~2.6.8",
|
|
"cookie-universal-nuxt": "~2.1.1",
|
|
"cropperjs": "^1.5.5",
|
|
"cross-env": "~7.0.0",
|
|
"date-fns": "2.9.0",
|
|
"express": "~4.17.1",
|
|
"graphql": "~14.6.0",
|
|
"jsonwebtoken": "~8.5.1",
|
|
"linkify-it": "~2.2.0",
|
|
"node-fetch": "^2.6.0",
|
|
"nuxt": "~2.11.0",
|
|
"nuxt-dropzone": "^1.0.4",
|
|
"nuxt-env": "~0.1.0",
|
|
"stack-utils": "^2.0.1",
|
|
"tippy.js": "^4.3.5",
|
|
"tiptap": "~1.26.6",
|
|
"tiptap-extensions": "~1.28.6",
|
|
"trunc-html": "^1.1.2",
|
|
"v-tooltip": "~2.0.3",
|
|
"validator": "^12.2.0",
|
|
"vue-count-to": "~1.0.13",
|
|
"vue-infinite-loading": "^2.4.4",
|
|
"vue-izitoast": "^1.2.1",
|
|
"vue-scrollto": "^2.17.1",
|
|
"vue-sweetalert-icons": "~4.2.0",
|
|
"vuex-i18n": "~1.13.1",
|
|
"xregexp": "^4.2.4",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "~7.8.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "~7.8.4",
|
|
"@storybook/addon-a11y": "^5.3.12",
|
|
"@storybook/addon-actions": "^5.3.10",
|
|
"@storybook/addon-notes": "^5.3.12",
|
|
"@storybook/vue": "~5.3.12",
|
|
"@vue/cli-shared-utils": "~4.1.2",
|
|
"@vue/eslint-config-prettier": "~6.0.0",
|
|
"@vue/server-test-utils": "~1.0.0-beta.31",
|
|
"@vue/test-utils": "~1.0.0-beta.31",
|
|
"async-validator": "^3.2.3",
|
|
"babel-core": "~7.0.0-bridge.0",
|
|
"babel-eslint": "~10.0.3",
|
|
"babel-jest": "~25.1.0",
|
|
"babel-loader": "~8.0.6",
|
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
"babel-preset-vue": "~2.0.2",
|
|
"core-js": "~2.6.10",
|
|
"css-loader": "~3.4.2",
|
|
"eslint": "~6.8.0",
|
|
"eslint-config-prettier": "~6.10.0",
|
|
"eslint-config-standard": "~14.1.0",
|
|
"eslint-loader": "~3.0.3",
|
|
"eslint-plugin-import": "~2.20.1",
|
|
"eslint-plugin-jest": "~23.6.0",
|
|
"eslint-plugin-node": "~11.0.0",
|
|
"eslint-plugin-prettier": "~3.1.2",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"eslint-plugin-standard": "~4.0.1",
|
|
"eslint-plugin-vue": "~6.1.2",
|
|
"faker": "^4.1.0",
|
|
"flush-promises": "^1.0.2",
|
|
"fuse.js": "^3.4.6",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "~25.1.0",
|
|
"mutation-observer": "^1.0.3",
|
|
"node-sass": "~4.13.1",
|
|
"prettier": "~1.19.1",
|
|
"sass-loader": "~8.0.2",
|
|
"storybook-design-token": "^0.5.1",
|
|
"storybook-vue-router": "^1.0.7",
|
|
"style-loader": "~0.23.1",
|
|
"style-resources-loader": "~1.3.3",
|
|
"vue-jest": "~3.0.5",
|
|
"vue-loader": "~15.8.3",
|
|
"vue-svg-loader": "~0.15.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|