UNPKG

react-static

Version:

A progressive static site generator for React

35 lines (34 loc) 998 B
{ "name": "react-static-example-typescript", "private": true, "scripts": { "start": "react-static start", "stage": "react-static build --staging", "build": "react-static build", "bundle": "react-static bundle", "export": "react-static export", "serve": "serve dist -p 3000 -s" }, "dependencies": { "@reach/router": "^1.3.4", "axios": "^0.21.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-hot-loader": "^4.13.0", "react-static": "^7.5.1", "react-static-plugin-reach-router": "^7.5.1", "react-static-plugin-sitemap": "^7.5.1", "react-static-plugin-source-filesystem": "^7.5.1", "react-static-plugin-typescript": "^7.5.1" }, "devDependencies": { "@types/node": "^14.14.31", "@types/reach__router": "^1.3.7", "@types/react": "^16.14.4", "@types/react-dom": "^16.9.11", "@types/webpack-env": "^1.16.0", "react-hot-loader": "^4.13.0", "serve": "^11.3.2", "typescript": "^4.1.5" } }