{ "name": "ocelot-social-webapp", "version": "3.6.1", "description": "ocelot.social Frontend", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community", "license": "MIT", "private": false, "scripts": { "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt", "dev:styleguide": "cross-env STYLEGUIDE_DEV=true yarn run dev", "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 3002 -s ./static -c storybook/", "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build", "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start", "generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate", "lint": "eslint --ext .js,.vue .", "locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh", "locales:normalize": "../scripts/translations/normalize.sh", "precommit": "yarn lint", "test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles", "test:unit:update": "yarn test -- --updateSnapshot", "test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand" }, "dependencies": { "@human-connection/styleguide": "0.5.22", "@mapbox/mapbox-gl-geocoder": "^5.0.2", "@nuxtjs/apollo": "^4.0.0-rc19", "@nuxtjs/axios": "~5.9.7", "@nuxtjs/composition-api": "0.32.0", "@nuxtjs/dotenv": "~1.4.1", "@nuxtjs/pwa": "^3.0.0-beta.20", "@nuxtjs/sentry": "^4.0.0", "@nuxtjs/style-resources": "~1.1.0", "accounting": "~0.4.1", "apollo-cache-inmemory": "~1.6.6", "apollo-client": "~2.6.10", "cookie-universal-nuxt": "~2.2.2", "cropperjs": "^1.6.2", "cross-env": "~7.0.3", "date-fns": "2.22.1", "graphql": "~15.10.1", "intersection-observer": "^0.12.0", "jest-serializer-vue": "^3.1.0", "linkify-it": "~5.0.0", "mapbox-gl": "1.13.2", "nuxt": "~2.12.1", "nuxt-dropzone": "^1.0.4", "nuxt-env": "~0.1.0", "sass": "1.77.6", "tippy.js": "^4.3.5", "tiptap": "~1.26.6", "tiptap-extensions": "~1.28.8", "trunc-html": "^1.1.2", "v-mapbox": "^1.11.2", "v-tooltip": "~2.1.3", "validator": "^13.15.0", "vue-advanced-chat": "^2.0.11", "vue-count-to": "~1.0.13", "vue-infinite-loading": "^2.4.5", "vue-izitoast": "^1.2.1", "vue-observe-visibility": "^1.0.0", "vue-scrollto": "^2.20.0", "vue-sweetalert-icons": "~4.3.1", "vue2-datepicker": "^3.11.1", "vuex-i18n": "~1.13.1", "xregexp": "^5.1.2", "zxcvbn": "^4.4.2" }, "devDependencies": { "@babel/core": "^7.25.8", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.25.8", "@faker-js/faker": "9.8.0", "@storybook/addon-a11y": "^8.0.8", "@storybook/addon-actions": "^5.3.21", "@storybook/addon-notes": "^5.3.18", "@storybook/vue": "~7.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/vue": "5", "@vue/test-utils": "1.3.4", "@vue/vue2-jest": "29", "async-validator": "^3.2.4", "babel-eslint": "~10.1.0", "babel-jest": "29.7", "babel-loader": "~8.1.0", "babel-plugin-require-context-hook": "^1.0.0", "core-js": "~2.6.10", "css-loader": "~3.5.2", "eslint": "^7.28.0", "eslint-config-prettier": "~10.1.2", "eslint-config-standard": "~15.0.1", "eslint-plugin-import": "~2.31.0", "eslint-plugin-jest": "~24.4.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-promise": "~7.2.1", "eslint-plugin-standard": "~5.0.0", "eslint-plugin-vue": "~9.33.0", "flush-promises": "^1.0.2", "identity-obj-proxy": "^3.0.0", "jest": "29.7", "jest-environment-jsdom": "^29.7.0", "mutation-observer": "^1.0.3", "prettier": "~3.5.3", "sass-loader": "~10.1.1", "storybook-design-token": "^0.8.1", "storybook-vue-router": "^1.0.7", "style-loader": "~0.23.1", "style-resources-loader": "~1.3.3", "vue-svg-loader": "~0.16.0", "vue-template-compiler": "^2.6.11" }, "resolutions": { "nan": "2.17.0" } }