1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "atlas-app",
- "version": "1.0.0",
- "description": "A user governed video platform",
- "homepage": "https://github.com/Joystream/joystream/tree/init_atlas/atlas",
- "license": "ISC",
- "main": "../../dist/app.html",
- "directories": {
- "src": "src",
- "test": "__tests__"
- },
- "files": [
- "src"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/joystream.git"
- },
- "scripts": {
- "start": "parcel public/index.html",
- "build": "parcel build public/index.html",
- "dev": "parcel public/index.html",
- "storybook": "start-storybook -p 6006 --quiet -c src/shared/.storybook",
- "build-storybook": "build-storybook -c src/shared/.storybook",
- "test": "echo \"Error: run tests from root\" && exit 1",
- "chromatic": "chromatic --project-token=qq8aetz26u"
- },
- "bugs": {
- "url": "https://github.com/Joystream/joystream/issues"
- },
- "dependencies": {
- "@emotion/core": "^10.0.28",
- "@parcel/transformer-svg-react": "2.0.0-beta.1",
- "@parcel/transformer-svgo": "2.0.0-beta.1",
- "@reach/router": "^1.3.3",
- "@types/reach__router": "^1.3.5",
- "@types/react": "^16.9.36",
- "@types/react-dom": "^16.9.8",
- "@types/react-redux": "^7.1.9",
- "@types/redux": "^3.6.0",
- "chromatic": "^4.0.3",
- "emotion-normalize": "^10.1.0",
- "parcel": "2.0.0-beta.1",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-player": "^2.2.0",
- "react-redux": "^7.2.0",
- "react-spring": "^8.0.27",
- "redux": "^4.0.5",
- "use-resize-observer": "^6.1.0"
- },
- "alias": {
- "components": "./src/components",
- "shared": "./src/shared",
- "store": "./src/store",
- "theme": "./src/theme",
- "views": "./src/views"
- }
- }
|