initial commit after project creation
This commit is contained in:
66
package.json
Normal file
66
package.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"name": "linumiq-docs",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"predev": "node scripts/check-pagefind.js",
|
||||
"dev": "tinacms dev -c \"next dev --turbopack\"",
|
||||
"build": "echo 'Starting TinaCMS build...' && tinacms build && echo 'TinaCMS build completed. Starting Next.js build...' && next build",
|
||||
"postbuild": "npx pagefind --site .next --output-path .next/static/pagefind && next-sitemap",
|
||||
"build-local-pagefind": "tinacms build && next build && npx pagefind --site .next --output-subdir ../public/pagefind",
|
||||
"export": "tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
|
||||
"start": "tinacms build && next start",
|
||||
"lint": "biome check src/ tina/",
|
||||
"lint:fix": "biome check src/ tina/ --fix",
|
||||
"cleanup": "node scripts/cleanup.js",
|
||||
"test": "playwright test",
|
||||
"test:ui": "playwright test --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@next/third-parties": "^16.1.1",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
||||
"@radix-ui/react-tabs": "^1.1.12",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"html-to-md": "^0.8.8",
|
||||
"lodash": "^4.17.21",
|
||||
"mermaid": "^11.6.0",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"motion": "^12.15.0",
|
||||
"next": "^15.4.10",
|
||||
"next-themes": "^0.4.6",
|
||||
"prism-react-renderer": "^2.4.1",
|
||||
"prismjs": "^1.30.0",
|
||||
"react": "^19.2.3",
|
||||
"react-animate-height": "^3.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"rehype-pretty-code": "^0.14.1",
|
||||
"shiki": "^3.6.0",
|
||||
"tinacms": "^3.4.1",
|
||||
"title-case": "^4.3.2",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@playwright/test": "^1.54.2",
|
||||
"@shikijs/transformers": "^3.6.0",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@tailwindcss/postcss": "^4.1.8",
|
||||
"@tinacms/cli": "^2.1.5",
|
||||
"@types/node": "^24.2.1",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"monaco-editor-webpack-plugin": "^7.1.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"pagefind": "^1.3.0",
|
||||
"postcss": "^8.5.4",
|
||||
"postcss-preset-env": "^10.2.0",
|
||||
"tailwindcss": "^4.1.8",
|
||||
"worker-loader": "^3.0.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user