|
| 1 | +{ |
| 2 | + "name": "nitric-docs-v2", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint" |
| 10 | + }, |
| 11 | + "browserslist": "defaults, not ie <= 11", |
| 12 | + "dependencies": { |
| 13 | + "@algolia/autocomplete-core": "^1.7.3", |
| 14 | + "@headlessui/react": "^2.1.0", |
| 15 | + "@headlessui/tailwindcss": "^0.2.0", |
| 16 | + "@mdx-js/loader": "^3.0.0", |
| 17 | + "@mdx-js/react": "^3.0.0", |
| 18 | + "@next/mdx": "^14.0.4", |
| 19 | + "@sindresorhus/slugify": "^2.1.1", |
| 20 | + "@tailwindcss/typography": "^0.5.10", |
| 21 | + "@types/mdx": "^2.0.8", |
| 22 | + "@types/node": "^20.10.8", |
| 23 | + "@types/react": "^18.2.47", |
| 24 | + "@types/react-dom": "^18.2.18", |
| 25 | + "@types/react-highlight-words": "^0.16.4", |
| 26 | + "acorn": "^8.8.1", |
| 27 | + "autoprefixer": "^10.4.7", |
| 28 | + "clsx": "^2.1.0", |
| 29 | + "fast-glob": "^3.3.0", |
| 30 | + "flexsearch": "^0.7.31", |
| 31 | + "framer-motion": "^10.18.0", |
| 32 | + "mdast-util-to-string": "^4.0.0", |
| 33 | + "mdx-annotations": "^0.1.1", |
| 34 | + "next": "^14.0.4", |
| 35 | + "next-themes": "^0.2.1", |
| 36 | + "react": "^18.2.0", |
| 37 | + "react-dom": "^18.2.0", |
| 38 | + "react-highlight-words": "^0.20.0", |
| 39 | + "remark": "^15.0.1", |
| 40 | + "remark-gfm": "^4.0.0", |
| 41 | + "remark-mdx": "^3.0.0", |
| 42 | + "shiki": "^0.14.7", |
| 43 | + "simple-functional-loader": "^1.2.1", |
| 44 | + "tailwindcss": "^3.4.1", |
| 45 | + "typescript": "^5.3.3", |
| 46 | + "unist-util-filter": "^5.0.1", |
| 47 | + "unist-util-visit": "^5.0.0", |
| 48 | + "zustand": "^4.3.2" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "eslint": "^8.56.0", |
| 52 | + "eslint-config-next": "^14.0.4", |
| 53 | + "prettier": "^3.3.2", |
| 54 | + "prettier-plugin-tailwindcss": "^0.6.5", |
| 55 | + "sharp": "0.33.1" |
| 56 | + } |
| 57 | +} |
0 commit comments