-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 960 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 960 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
{
"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.36.1",
"classnames": "^2.3.2",
"next": "16.2.3",
"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.3",
"@types/node": "^25",
"@types/p5": "^1.7.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.27",
"axios": "^1.15.0",
"eslint": "^10",
"eslint-config-next": "16.2.3",
"framer-motion": "^12.23.26",
"postcss": "^8",
"react-intersection-observer": "^10.0.3",
"tailwindcss": "^3.4.19",
"typescript": "^5"
},
"packageManager": "yarn@4.7.0"
}