-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.52 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.52 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
{
"name": "openadapt-web",
"version": "1.0.0",
"description": "Official website for OpenAdapt.AI",
"author": "MLDSAI Inc.",
"homepage": "https://openadapt.ai",
"repository": {
"type": "git",
"url": "https://github.com/OpenAdaptAI/OpenAdapt.web"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@algora/sdk": "^0.2.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/line-clamp": "^0.4.4",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"classnames": "^2.5.1",
"cypress": "^10.0.3",
"daisyui": "^4.7.2",
"eslint-config-next": "^13.3.4",
"framer-motion": "^11.0.8",
"next": "^14.1.2",
"p5": "^1.9.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-fontawesome": "^1.7.1",
"react-slick": "^0.30.2",
"simplex-noise": "^4.0.3"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.5",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"netlify-plugin-cypress": "^1.2.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.4.1"
}
}