-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1020 Bytes
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
{
"name": "forest-website",
"version": "0.1.0",
"private": true,
"node_version": ">=18",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.44.0",
"classnames": "^2.3.2",
"next": "16.3.5",
"p5": "^2.0.5",
"react": "^19",
"react-dom": "^19",
"react-p5": "^1.4.1",
"react-scroll": "^1.9.3"
},
"devDependencies": {
"@p5-wrapper/next": "^3.0.1",
"@p5-wrapper/react": "^5.0.4",
"@types/node": "^26",
"@types/p5": "^1.7.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.27",
"axios": "^1.18.0",
"eslint": "^10",
"eslint-config-next": "16.2.10",
"framer-motion": "^12.41.0",
"postcss": "^8",
"react-intersection-observer": "^10.0.3",
"tailwindcss": "^3.4.19",
"typescript": "^5"
},
"resolutions": {
"postcss@npm:8.4.31": "^8.5.10"
},
"packageManager": "yarn@4.7.0"
}