package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": "0.17.15",
  3. "private": true,
  4. "engines": {
  5. "node": "^10.1.0",
  6. "yarn": "^1.3.2"
  7. },
  8. "homepage": ".",
  9. "workspaces": [
  10. "packages/*"
  11. ],
  12. "scripts": {
  13. "build": "polkadot-dev-build-ts",
  14. "check": "tsc --noEmit",
  15. "clean": "polkadot-dev-clean-build",
  16. "postinstall": "polkadot-dev-yarn-only",
  17. "test": "jest --coverage",
  18. "demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000",
  19. "demo:rx": "webpack-serve --config packages/ui-react-rx/webpack.config.js --content packages/ui-react-rx --port 3000",
  20. "demo:ui": "webpack-serve --config packages/ui-react/webpack.config.js --content packages/ui-react --port 3000",
  21. "deploy:ghpages": "gh-pages -d packages/apps/build",
  22. "vanitygen": "polkadot-dev-build-babel && node packages/app-vanitygen/build/generator/cli.js",
  23. "start": "cd packages/apps && webpack-serve --config webpack.config.js --port 3000"
  24. },
  25. "devDependencies": {
  26. "@polkadot/dev-react": "^0.20.3",
  27. "@polkadot/ts": "^0.1.2",
  28. "autoprefixer": "^8.6.2",
  29. "gh-pages": "^1.1.0",
  30. "postcss-import": "^11.1.0",
  31. "postcss-nested": "^3.0.0",
  32. "postcss-simple-vars": "^4.1.0",
  33. "precss": "^3.1.2"
  34. }
  35. }