-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cowrite-ai-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@next/font": "^14.2.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/container-queries": "^0.1.1",
"@types/date-fns": "^2.5.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.0.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.24",
"geist": "^1.5.1",
"gsap": "^3.14.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.294.0",
"monaco-editor": "^0.45.0",
"next": "^15.5.9",
"pdfjs-dist": "^5.4.296",
"postcss": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.3.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/recharts": "^1.8.29",
"eslint": "^8.0.0",
"eslint-config-next": "^15.5.6",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0"
}
}