12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@polkadot/portal",
- "version": "0.1.0",
- "description": "A Portal into the Polkadot network",
- "main": "src/index.js",
- "repository": "https://github.com/polkadot-js/portal.git",
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "license": "ISC",
- "private": false,
- "scripts": {
- "build": "react-scripts build",
- "check": "stylelint 'src/**/*.css' && eslint src && flow check",
- "start": "react-scripts start",
- "test": "react-scripts test --env=jsdom --coverage"
- },
- "devDependencies": {
- "@polkadot/content-testing": "^0.1.0",
- "@polkadot/ui-react": "^0.9.10",
- "i18next": "^11.1.1",
- "i18next-browser-languagedetector": "^2.2.0",
- "i18next-xhr-backend": "^1.5.1",
- "react": "^16.3.1",
- "react-dom": "^16.3.1",
- "react-i18next": "^7.5.1",
- "react-remarkable": "^1.1.3",
- "react-router-dom": "^4.2.2",
- "semantic-ui-css": "^2.3.1",
- "semantic-ui-react": "^0.79.1"
- },
- "dependencies": {}
- }
|