{ "name": "developers.urbit.org", "version": "0.1.0", "private": true, "engines": { "node": ">=14.17.6" }, "scripts": { "dev": "npm run prebuild && next dev", "prebuild": "npm run cache-posts && npm run glossary && npm run guide && npm run overview && npm run reference", "cache-posts": "node lib/cache.js", "glossary": "node lib/buildGlossary.js", "guide": "node lib/buildPageTree guides weight", "overview": "node lib/buildPageTree overview weight", "reference": "node lib/buildPageTree reference weight", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "next lint" }, "dependencies": { "@iarna/toml": "^2.2.5", "@socialgouv/matomo-next": "^1.4.0", "@tailwindcss/aspect-ratio": "^0.4.0", "@tlon/sigil-js": "^1.4.5", "@urbit/foundation-design-system": "0.7.5", "@urbit/markdoc": "^0.1.6", "axios": "^0.26.1", "buffer": "^6.0.3", "classnames": "^2.3.1", "deepmerge": "^4.2.2", "feed": "^4.2.2", "gray-matter": "^4.0.3", "leven-sort": "^3.0.0", "lodash.debounce": "^4.0.8", "lodash.omit": "^4.5.0", "luxon": "^2.0.2", "next": "^12.1.5", "path-browserify": "^1.0.1", "prismjs": "^1.29.0", "process": "^0.11.10", "react": "^17.0.0", "react-dom": "^17.0.0", "react-hotkeys": "^2.0.0", "react-swipeable": "^6.2.1", "react-use-localstorage": "^3.5.3", "stream-browserify": "^3.0.0", "tailwindcss-theme-swapper": "^0.6.2", "urbit-ob": "^5.0.1" }, "devDependencies": { "autoprefixer": "^10.4.4", "next-sitemap": "^4.2.3", "postcss": "^8.4.12", "prettier": "^2.3.1", "pretty-quick": "^3.1.0", "tailwindcss": "^3.0.24" } }