forked from hackclub/athena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@neutrixs/colorthief": "^2.5.0",
"airtable": "^0.12.2",
"axios": "^1.7.9",
"colorthief": "^2.6.0",
"extract-colors": "^4.1.1",
"get-pixels": "^3.3.3",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.7.2",
"motion": "^11.17.0",
"next": "15.1.3",
"node-fetch": "^3.3.2",
"pixel-getter": "^2.0.1",
"pngjs": "6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-marquee-slider": "^1.1.5",
"sharp": "^0.33.5",
"styled-components": "5.3.5",
"tailwindcss-animate": "^1.0.7",
"yarn": "^1.22.22"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.16",
"@types/get-pixels": "^3.3.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}