123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "react-static-example-basic",
- "private": true,
- "scripts": {
- "start": "react-static start",
- "stage": "react-static build --staging",
- "build": "react-static build",
- "analyze": "react-static build --analyze",
- "serve": "serve dist -p 3000"
- },
- "dependencies": {
- "@reach/router": "^1.2.1",
- "axios": "^0.19.0",
- "react": "^16.9.0",
- "react-dom": "^16.9.0",
- "react-static": "^7.2.0",
- "react-static-plugin-reach-router": "^7.2.0",
- "react-static-plugin-sitemap": "^7.2.0",
- "react-static-plugin-source-filesystem": "^7.2.0"
- },
- "devDependencies": {
- "babel-eslint": "^10.0.2",
- "eslint": "^6.1.0",
- "eslint-config-react-app": "^5.0.1",
- "eslint-config-react-tools": "^1.1.7",
- "eslint-plugin-flowtype": "^4.2.0",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-jsx-a11y": "^6.2.3",
- "eslint-plugin-react": "^7.14.3",
- "eslint-plugin-react-hooks": "^4.0.2",
- "serve": "^11.1.0"
- }
- }
|