12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "app",
- "version": "1.0.0",
- "description": "A user governed video platform",
- "homepage": "https://github.com/Joystream/atlas#readme",
- "license": "ISC",
- "main": "src/app.js",
- "directories": {
- "src": "src",
- "test": "__tests__"
- },
- "files": [
- "src"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/atlas.git"
- },
- "scripts": {
- "start": "parcel public/index.html",
- "dev": "parcel public/index.html",
- "test": "echo \"Error: run tests from root\" && exit 1"
- },
- "bugs": {
- "url": "https://github.com/Joystream/atlas/issues"
- },
- "dependencies": {
- "@emotion/core": "^10.0.28",
- "@reach/router": "^1.3.3",
- "normalize.css": "^8.0.1",
- "packages": "^0.0.8",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-redux": "^7.2.0",
- "redux": "^4.0.5"
- }
- }
|