* initial changes * finalize implementation * run generator on prep * remove tags package from book * optimization attempt * test transpile * test transpile * rename utils * rename directory * add vercel ignore * add tags to book
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "resources",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:monorepo": "yarn dev -p 3003",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:monorepo": "yarn start -p 3003",
|
|
"lint": "next lint --fix",
|
|
"lint:content": "eslint --no-config-lookup -c .content.eslintrc.mjs app/**/*.mdx --fix",
|
|
"prep": "node ./scripts/prepare.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@medusajs/icons": "^2.0.0",
|
|
"@next/mdx": "15.0.4",
|
|
"clsx": "^2.1.0",
|
|
"docs-ui": "*",
|
|
"next": "15.0.4",
|
|
"react": "rc",
|
|
"react-dom": "rc",
|
|
"rehype-mdx-code-props": "^2.0.0",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-frontmatter": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^15.1.1",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "npm:types-react@rc",
|
|
"@types/react-dom": "npm:types-react@rc",
|
|
"autoprefixer": "^10.0.1",
|
|
"build-scripts": "*",
|
|
"docs-utils": "*",
|
|
"eslint": "^9.13.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"postcss": "^8",
|
|
"remark-rehype-plugins": "*",
|
|
"tags": "*",
|
|
"tailwind": "*",
|
|
"tailwindcss": "^3.3.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig": "*",
|
|
"types": "*",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "npm:types-react@rc",
|
|
"@types/react-dom": "npm:types-react-dom@rc"
|
|
}
|
|
}
|