-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "project-illuminati",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cookbookdev/docsbot": "^4.21.23",
"@rive-app/react-canvas": "^4.12.0",
"@splinetool/react-spline": "^2.2.6",
"@studio-freight/react-lenis": "^0.0.47",
"chart.js": "^4.4.3",
"framer-motion": "^11.3.17",
"next": "14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-latex-next": "^3.0.0",
"react-loading-skeleton": "^3.4.0",
"react-spring": "^9.7.3",
"react-tooltip": "^5.26.4",
"redstone-api": "^0.4.12",
"swagger-ui-react": "^5.17.14"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/swagger-ui-react": "^4.18.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}