123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "rojo.space",
- "private": true,
- "description": "Website for Rojo",
- "version": "0.2.0",
- "author": "Lucien Greathouse <me@lpghatguy.com>",
- "scripts": {
- "start": "react-static start",
- "stage": "react-static build --staging",
- "build": "react-static build --debug",
- "analyze": "react-static build --analyze",
- "serve": "serve dist -p 3000",
- "format": "prettier --write src/**/*.{js,jsx}",
- "deploy": "sh ./bin/generate-docs && gh-pages -d public"
- },
- "dependencies": {
- "@babel/core": "^7.6.0",
- "react": "^16.9.0",
- "react-dom": "^16.9.0",
- "react-router": "^5.0.1",
- "react-router-dom": "^5.0.1",
- "react-static": "^7.2.2",
- "react-static-plugin-css-modules": "^7.2.2",
- "react-static-plugin-react-router": "^7.2.2",
- "react-static-plugin-sitemap": "^7.2.2",
- "webpack": "^4.39.3"
- },
- "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",
- "gh-pages": "^2.1.1",
- "prettier": "^1.18.2",
- "serve": "^11.1.0"
- }
- }
|