1{ 2 "name": "expo-docs", 3 "version": "32.0.0", 4 "private": true, 5 "scripts": { 6 "dev": "concurrently -k 'yarn run mdjs' 'node server.js'", 7 "build": "yarn run mdjs-prod && cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 next build", 8 "export": "yarn run build && cross-env NODE_ENV=production next export", 9 "start": "cross-env NODE_ENV=production node server.js", 10 "mdjs": "babel-node ./mdjs", 11 "mdjs-prod": "node ./mdjs --no-watch", 12 "fix-markdown": "node ./transition/fix-markdown.js", 13 "clean": "rm -r docs pages/versions generated/navigation-data.json static/images/generated", 14 "import-react-native-docs": "node ./scripts/import-react-native-docs.js" 15 }, 16 "dependencies": { 17 "babel-plugin-module-resolver": "3.1.1", 18 "babel-runtime": "6.26.0", 19 "body-parser": "^1.18.3", 20 "compression": "^1.7.2", 21 "cors": "^2.8.4", 22 "cross-env": "^5.2.0", 23 "docsearch.js": "^2.5.2", 24 "emotion": "^9.2.9", 25 "emotion-server": "^9.2.9", 26 "express": "^4.16.3", 27 "front-matter": "^2.3.0", 28 "fs-extra": "^6.0.1", 29 "github-slugger": "^1.2.0", 30 "glob-promise": "^3.4.0", 31 "hotshot": "^1.0.5", 32 "jsonfile": "^4.0.0", 33 "jsonwebtoken": "^8.3.0", 34 "lodash": "^4.17.10", 35 "lodash.debounce": "^4.0.8", 36 "markdown-in-js": "1.1.4", 37 "mitt": "1.1.3", 38 "mkdirp": "^0.5.1", 39 "prettier": "^1.15.3", 40 "next": "^7.0.2", 41 "nprogress": "0.2.0", 42 "prismjs": "^1.11.0", 43 "prop-types": "15.6.2", 44 "query-string": "6.1.0", 45 "react": "16.4.2", 46 "react-dom": "16.4.2", 47 "react-emotion": "^9.2.9", 48 "scroll-into-view-if-needed": "2.2.8", 49 "showdown": "^1.8.6", 50 "smoothscroll-polyfill": "0.4.3", 51 "webpack": "^4.28.0" 52 }, 53 "devDependencies": { 54 "@babel/cli": "^7.2.0", 55 "@babel/core": "^7.2.0", 56 "concurrently": "^3.6.0", 57 "minimist": "^1.2.0", 58 "shelljs": "^0.8.2" 59 } 60} 61