123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "name": "atlas-app",
- "description": "UI for consuming Joystream - a user governed video platform",
- "license": "GPL-3.0",
- "directories": {
- "src": "src"
- },
- "files": [
- "src"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/joystream.git"
- },
- "bugs": {
- "url": "https://github.com/Joystream/joystream/issues"
- },
- "scripts": {
- "bundle-stats": "webpack-bundle-analyzer dist/bundle-stats.json -m static -r dist/stats.html",
- "start": "react-app-rewired start",
- "dev": "yarn start",
- "build": "react-app-rewired build --stats && yarn bundle-stats",
- "eject": "react-app-rewired eject",
- "lint:ts": "eslint --ext .js,.jsx,.ts,.tsx --max-warnings 0 .",
- "lint:prettier": "prettier --check .",
- "lint:css": "stylelint './src/**/*.{tsx,ts}'",
- "lint": "yarn lint:css && yarn lint:ts && yarn lint:prettier",
- "storybook": "start-storybook -p 6006 -s public",
- "build-storybook": "build-storybook -s public",
- "mocking:videos": "node scripts/mocking/generateVideos.js",
- "mocking:videosMedia": "node scripts/mocking/generateVideosMedia.js",
- "mocking:memberships": "node scripts/mocking/generateMemberships.js",
- "mocking:channels": "node scripts/mocking/generateChannels.js",
- "codegen:graphql": "graphql-codegen --config codegen.config.yml",
- "codegen:graphql-watch": "yarn codegen:graphql --watch",
- "codegen:icons": "svgr --config-file svgr.config.js -d src/shared/icons src/shared/icons/svgs",
- "codegen:illustrations": "svgr --config-file svgr.config.js -d src/shared/illustrations src/shared/illustrations/svgs",
- "codegen:svgs": "yarn codegen:illustrations && yarn codegen:icons",
- "postinstall": "patch-package"
- },
- "lint-staged": {
- "*.{ts,tsx,js,jsx,json}": [
- "prettier --write"
- ]
- },
- "dependencies": {
- "@apollo/client": "^3.3.0",
- "@emotion/react": "~11.0.0",
- "@emotion/styled": "~11.0.0",
- "@joystream/content-metadata-protobuf": "~1.1.0",
- "@joystream/prettier-config": "^1.0.0",
- "@joystream/types": "~0.16.1",
- "@loadable/component": "^5.14.1",
- "@polkadot/extension-dapp": "~0.37.3-17",
- "@sentry/react": "^6.11.0",
- "@tippyjs/react": "^4.2.5",
- "apollo": "^2.30.2",
- "awesome-debounce-promise": "^2.1.0",
- "axios": "^0.21.1",
- "bn.js": "^4.12.0",
- "body-scroll-lock": "^3.1.5",
- "cropperjs": "^1.5.10",
- "customize-cra": "^1.0.0",
- "date-fns": "^2.15.0",
- "downshift": "^6.1.0",
- "emotion-normalize": "~11.0.0",
- "glider-js": "^1.7.7",
- "graphql": "^15.3.0",
- "graphql-tag": "^2.11.0",
- "graphql-tools": "^7.0.2",
- "history": "^5.0.0",
- "immer": "^9.0.3",
- "ipfs-only-hash": "^2.1.0",
- "lodash": "^4.17.19",
- "msw": "^0.27.0",
- "prettier": "^2.0.5",
- "rc-slider": "^9.7.1",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-dropzone": "^11.3.1",
- "react-hook-form": "^7.8.1",
- "react-intersection-observer": "^8.31.0",
- "react-lottie-player": "^1.3.2",
- "react-number-format": "^4.4.4",
- "react-router": "^6.0.0-beta.0",
- "react-router-dom": "^6.0.0-beta.0",
- "react-spring": "^8.0.27",
- "react-transition-group": "^4.4.1",
- "react-use-measure": "^2.0.4",
- "retry-axios": "^2.4.0",
- "subscriptions-transport-ws": "^0.9.18",
- "use-resize-observer": "^7.0.0",
- "video.js": "^7.13.3",
- "zustand": "^3.5.2"
- },
- "devDependencies": {
- "@emotion/babel-plugin": "~11.0.0",
- "@emotion/eslint-plugin": "^11.2.0",
- "@graphql-codegen/cli": "^1.20.1",
- "@graphql-codegen/near-operation-file-preset": "^1.17.13",
- "@graphql-codegen/typescript": "1.20.2",
- "@graphql-codegen/typescript-operations": "1.17.14",
- "@graphql-codegen/typescript-react-apollo": "2.2.1",
- "@storybook/addon-actions": "^6.1.16",
- "@storybook/addon-essentials": "^6.1.16",
- "@storybook/addon-links": "^6.1.16",
- "@storybook/addons": "^6.1.16",
- "@storybook/node-logger": "^6.1.16",
- "@storybook/preset-create-react-app": "^3.1.5",
- "@storybook/react": "^6.1.16",
- "@storybook/theming": "^6.1.16",
- "@svgr/cli": "^5.5.0",
- "@trivago/prettier-plugin-sort-imports": "^2.0.2",
- "@types/body-scroll-lock": "^2.6.1",
- "@types/cropperjs": "^1.3.0",
- "@types/faker": "^5.1.0",
- "@types/glider-js": "^1.7.3",
- "@types/loadable__component": "^5.13.3",
- "@types/lodash": "^4.14.157",
- "@types/node": "^12.0.0",
- "@types/react": "^16.9.0",
- "@types/react-dom": "^16.9.0",
- "@types/react-transition-group": "^4.4.0",
- "@types/video.js": "^7.3.23",
- "@typescript-eslint/eslint-plugin": "^4.27.0",
- "@typescript-eslint/parser": "^4.27.0",
- "circular-dependency-plugin": "^5.2.2",
- "eslint": "^7.28.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-react": "^7.24.0",
- "eslint-plugin-react-hooks": "^4.2.0",
- "faker": "^5.1.0",
- "fluent-ffmpeg": "^2.1.2",
- "husky": "^4.2.5",
- "lint-staged": "^10.2.7",
- "patch-package": "^6.2.2",
- "postinstall-postinstall": "^2.1.0",
- "react-app-rewired": "^2.1.6",
- "react-scripts": "4.0.1",
- "stylelint": "^13.13.1",
- "stylelint-config-prettier": "^8.0.2",
- "stylelint-config-standard": "^22.0.0",
- "stylelint-webpack-plugin": "^2.1.1",
- "ts-loader": "^6.2.1",
- "typescript": "^4.2.3",
- "webpack-bundle-analyzer": "^4.4.2",
- "webpack-merge": "^5.7.3"
- },
- "resolutions": {
- "postcss-safe-parser": "4.0.2",
- "bn.js": "4.12.0"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "engines": {
- "node": ">=14"
- },
- "msw": {
- "workerDirectory": "public"
- }
- }
|