{ "name": "expo-docs", "version": "32.0.0", "private": true, "scripts": { "dev": "concurrently -k 'yarn run mdjs' 'node server.js'", "build": "yarn run mdjs-prod && cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 next build", "export": "yarn run build && cross-env NODE_ENV=production next export", "export-server": "cd out && python -m SimpleHTTPServer 8000", "mdjs": "babel-node ./mdjs", "mdjs-prod": "node ./mdjs --no-watch", "fix-markdown": "node ./transition/fix-markdown.js", "import-react-native-docs": "node ./scripts/import-react-native-docs.js", "test-links": "wget --page-requisites --spider --random-wait --recursive", "test-links:all": "scripts/test-links-all-versions.sh" }, "dependencies": { "babel-plugin-module-resolver": "3.1.1", "babel-runtime": "6.26.0", "cross-env": "^5.2.0", "docsearch.js": "^2.5.2", "emotion": "^9.2.9", "emotion-server": "^9.2.9", "front-matter": "^2.3.0", "fs-extra": "^6.0.1", "github-slugger": "^1.2.0", "glob-promise": "^3.4.0", "hotshot": "^1.0.5", "jsonfile": "^4.0.0", "jsonwebtoken": "^8.3.0", "lodash": "^4.17.10", "lodash.debounce": "^4.0.8", "markdown-in-js": "1.1.4", "mitt": "1.1.3", "mkdirp": "^0.5.1", "next": "^7.0.2", "nprogress": "0.2.0", "prettier": "^1.15.3", "prismjs": "^1.11.0", "prop-types": "15.6.2", "query-string": "6.1.0", "react": "16.4.2", "react-dom": "16.4.2", "react-emotion": "^9.2.9", "scroll-into-view-if-needed": "2.2.8", "showdown": "^1.8.6", "smoothscroll-polyfill": "0.4.3" }, "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.0", "@babel/node": "^7.2.2", "concurrently": "^3.6.0", "minimist": "^1.2.0", "shelljs": "^0.8.2" } }