-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "webpage-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TURBOPACK=0 next dev",
"dev-https": "TURBOPACK=0 next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^3.31.0",
"@deck.gl/core": "^9.2.6",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"framer-motion": "^12.28.1",
"html-react-parser": "^5.1.16",
"lodash": "^4.17.21",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"react": "^19",
"react-dom": "^19",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "16.1.3",
"postcss": "^8",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}