-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
{
"name": "folda-scan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/crypto-js": "^4.2.2",
"@types/js-yaml": "^4.0.9",
"@types/xml2js": "^0.4.14",
"crypto-js": "^4.2.0",
"diff": "^8.0.1",
"framer-motion": "^12.11.3",
"highlight.js": "^11.11.1",
"ignore": "^7.0.4",
"jotai": "^2.12.4",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"markdown-to-jsx": "^7.7.6",
"next": "14.2.28",
"next-intl": "^4.1.0",
"next-themes": "^0.4.6",
"next-view-transitions": "^0.3.4",
"react": "^18",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.1",
"reactflow": "^11.11.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"rimraf": "^5.0.10",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}