Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 63 lines 1.7 kB view raw
1{ 2 "name": "urql-docs", 3 "version": "1.0.0", 4 "description": "Documentation site for urql", 5 "private": true, 6 "scripts": { 7 "start": "react-static start", 8 "build": "NODE_OPTIONS=--openssl-legacy-provider react-static build", 9 "lint": "eslint --ext=js,jsx .", 10 "clean": "rimraf dist", 11 "prepublishOnly": "run-s clean build", 12 "stage:build": "pnpm build --staging", 13 "prod:build": "pnpm build" 14 }, 15 "babel": { 16 "presets": [ 17 "react-static/babel-preset" 18 ], 19 "plugins": [ 20 "babel-plugin-styled-components" 21 ] 22 }, 23 "dependencies": { 24 "@babel/runtime": "^7.20.1", 25 "@mdx-js/react": "^1.6.22", 26 "formidable-oss-badges": "0.3.5", 27 "fuse.js": "^6.4.6", 28 "history": "^4.7.2", 29 "path": "^0.12.7", 30 "preact": "^10.5.13", 31 "prism-react-renderer": "^1.1.0", 32 "prop-types": "^15.6.2", 33 "react": "^17.0.2", 34 "react-dom": "^17.0.2", 35 "react-ga": "^3.3.0", 36 "react-gtm-module": "^2.0.11", 37 "react-inlinesvg": "^1.2.0", 38 "react-is": "^17.0.2", 39 "react-router": "^5.2.0", 40 "react-router-dom": "^5.2.0", 41 "react-router-ga": "^1.2.3", 42 "react-scroll": "^1.8.1", 43 "react-static": "7.3.0", 44 "react-static-plugin-md-pages": "^0.3.3", 45 "styled-components": "^5.2.3" 46 }, 47 "devDependencies": { 48 "@babel/core": "^7.2.0", 49 "@mdx-js/mdx": "^1.5.7", 50 "@octokit/plugin-request-log": "1.0.0", 51 "babel-plugin-universal-import": "^3.1.3", 52 "lodash": "^4.17.19", 53 "react-hot-loader": "^4.12.20", 54 "react-static-plugin-sitemap": "7.2.2", 55 "react-static-plugin-styled-components": "7.2.2", 56 "resolve-from": "^3.0.0", 57 "surge": "^0.21.3", 58 "webpack": ">=4.4.6" 59 }, 60 "engines": { 61 "node": ">=18.0.0" 62 } 63}