Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 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-eslintrc -c .content.eslintrc.js app/**/*.mdx --fix",
|
|
"prep": "node ./scripts/prepare.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.0.1",
|
|
"@mdx-js/react": "^3.0.1",
|
|
"@medusajs/icons": "^2.0.0",
|
|
"@next/mdx": "^14.2.14",
|
|
"clsx": "^2.1.0",
|
|
"docs-ui": "*",
|
|
"next": "14.2.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-mdx-code-props": "^2.0.0",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-frontmatter": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdx": "^2.0.11",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"autoprefixer": "^10.0.1",
|
|
"build-scripts": "*",
|
|
"eslint": "^8",
|
|
"eslint-config-docs": "*",
|
|
"eslint-config-next": "14.2.3",
|
|
"postcss": "^8",
|
|
"remark-rehype-plugins": "*",
|
|
"tailwind": "*",
|
|
"tailwindcss": "^3.3.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig": "*",
|
|
"types": "*",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|