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 "export-server": "cd out && python -m SimpleHTTPServer 8000", 10 "mdjs": "babel-node ./mdjs", 11 "mdjs-prod": "node ./mdjs --no-watch", 12 "fix-markdown": "node ./transition/fix-markdown.js", 13 "import-react-native-docs": "node ./scripts/import-react-native-docs.js", 14 "test-links": "wget --page-requisites --spider --random-wait --recursive", 15 "test-links:all": "scripts/test-links-all-versions.sh" 16 }, 17 "dependencies": { 18 "babel-plugin-module-resolver": "3.1.1", 19 "babel-runtime": "6.26.0", 20 "cross-env": "^5.2.0", 21 "docsearch.js": "^2.5.2", 22 "emotion": "^9.2.9", 23 "emotion-server": "^9.2.9", 24 "front-matter": "^2.3.0", 25 "fs-extra": "^6.0.1", 26 "github-slugger": "^1.2.0", 27 "glob-promise": "^3.4.0", 28 "hotshot": "^1.0.5", 29 "jsonfile": "^4.0.0", 30 "jsonwebtoken": "^8.3.0", 31 "lodash": "^4.17.10", 32 "lodash.debounce": "^4.0.8", 33 "markdown-in-js": "1.1.4", 34 "mitt": "1.1.3", 35 "mkdirp": "^0.5.1", 36 "next": "^7.0.2", 37 "nprogress": "0.2.0", 38 "prettier": "^1.15.3", 39 "prismjs": "^1.11.0", 40 "prop-types": "15.6.2", 41 "query-string": "6.1.0", 42 "react": "16.4.2", 43 "react-dom": "16.4.2", 44 "react-emotion": "^9.2.9", 45 "scroll-into-view-if-needed": "2.2.8", 46 "showdown": "^1.8.6", 47 "smoothscroll-polyfill": "0.4.3" 48 }, 49 "devDependencies": { 50 "@babel/cli": "^7.2.0", 51 "@babel/core": "^7.2.0", 52 "@babel/node": "^7.2.2", 53 "concurrently": "^3.6.0", 54 "minimist": "^1.2.0", 55 "shelljs": "^0.8.2" 56 } 57} 58