mirror of
https://github.com/selfboot/ai_gallery.git
synced 2026-06-04 21:06:53 +08:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "ai_gallery_next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node scripts/generate-sitemap-rss.mjs && next dev",
|
|
"build": "node scripts/generate-sitemap-rss.mjs && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "jest --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@giscus/react": "^3.0.0",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@next/third-parties": "^14.2.5",
|
|
"@react-spring/web": "^9.7.4",
|
|
"@react-three/drei": "^9.115.0",
|
|
"@react-three/fiber": "^8.17.10",
|
|
"@tailwindcss/typography": "^0.5.14",
|
|
"cookies-next": "^4.3.0",
|
|
"crypto": "^1.0.1",
|
|
"docxtemplater": "^3.51.2",
|
|
"echarts-for-react": "^3.0.2",
|
|
"exceljs": "^4.4.0",
|
|
"file-saver": "^2.0.5",
|
|
"gif.js": "^0.2.0",
|
|
"github-markdown-css": "^5.6.1",
|
|
"globby": "^14.0.2",
|
|
"google": "link:@next/third-parties/google",
|
|
"gray-matter": "^4.0.3",
|
|
"highlight.js": "^11.10.0",
|
|
"html2canvas": "^1.4.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.416.0",
|
|
"next": "14.2.15",
|
|
"node-fetch": "^3.3.2",
|
|
"papaparse": "^5.4.1",
|
|
"pizzip": "^3.1.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"reactflow": "^11.11.4",
|
|
"rehype-highlight": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-rehype": "^11.1.0",
|
|
"rss": "^1.2.2",
|
|
"three": "^0.169.0",
|
|
"web-vitals": "^4.2.2",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
"xlsx-js-style": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@types/jest": "^29.5.12",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.5",
|
|
"jest": "^29.7.0",
|
|
"jest-canvas-mock": "^2.5.2",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.6"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": false,
|
|
"quoteProps": "preserve",
|
|
"printWidth": 120
|
|
}
|
|
} |