123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "name": "atlas-app",
- "version": "1.0.0",
- "description": "A user governed video platform",
- "license": "ISC",
- "directories": {
- "src": "src",
- "test": "__tests__"
- },
- "files": [
- "src"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/joystream.git"
- },
- "bugs": {
- "url": "https://github.com/Joystream/joystream/issues"
- },
- "scripts": {
- "start": "react-app-rewired start",
- "dev": "react-app-rewired start",
- "build": "react-app-rewired build",
- "test": "echo \"Error: run tests from root\" && exit 1",
- "eject": "react-app-rewired eject",
- "storybook": "start-storybook -p 6006 --quiet -c src/shared/.storybook",
- "build-storybook": "build-storybook -c src/shared/.storybook",
- "chromatic": "chromatic --project-token=qq8aetz26u"
- },
- "dependencies": {
- "@emotion/babel-preset-css-prop": "^10.0.27",
- "@emotion/core": "^10.0.28",
- "@reach/router": "^1.3.3",
- "@storybook/addon-actions": "^5.3.17",
- "@storybook/addon-docs": "^5.3.17",
- "@storybook/addon-knobs": "^5.3.17",
- "@storybook/addon-links": "^5.3.17",
- "@storybook/addon-storysource": "^5.3.17",
- "@storybook/addons": "^5.3.19",
- "@storybook/preset-create-react-app": "^3.1.4",
- "@storybook/react": "^5.3.17",
- "@storybook/theming": "^5.3.19",
- "@types/reach__router": "^1.3.5",
- "@types/react": "^16.9.0",
- "@types/react-dom": "^16.9.0",
- "@types/react-redux": "^7.1.9",
- "@types/redux": "^3.6.0",
- "chromatic": "^4.0.3",
- "customize-cra": "^1.0.0",
- "emotion-normalize": "^10.1.0",
- "react": "^16.13.1",
- "react-app-rewired": "^2.1.6",
- "react-docgen-typescript-loader": "^3.7.1",
- "react-dom": "^16.13.1",
- "react-player": "^2.2.0",
- "react-redux": "^7.2.0",
- "react-scripts": "3.4.1",
- "react-spring": "^8.0.27",
- "redux": "^4.0.5",
- "storybook-addon-jsx": "^7.1.15",
- "use-resize-observer": "^6.1.0"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
- }
|