mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@strudel.cycles/tutorial",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "npm run render && vite",
|
|
"start": "vite",
|
|
"build": "npm run render && vite build",
|
|
"preview": "vite preview",
|
|
"jsdoc-json": "jsdoc ../packages/ --template ../node_modules/jsdoc-json --destination ../doc.json -c ../jsdoc.config.json",
|
|
"render": "npm run jsdoc-json"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.2",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"install": "^0.13.0",
|
|
"npm": "^8.10.0",
|
|
"postcss": "^8.4.13",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-slug": "^5.0.1",
|
|
"remark-toc": "^8.0.1",
|
|
"sass": "^1.51.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-mdx": "^3.5.10"
|
|
}
|
|
}
|