-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
76 lines (76 loc) · 2.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"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.21",
"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
}
}