-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "p5js-nextjs",
"version": "0.1.0",
"private": false,
"author": "Michael Kontogiannis <mkontogiannis@protonmail.com> (https://m.kontogiannis.org/)",
"license": "MIT",
"engines": {
"node": "=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@p5-wrapper/next": "1.0.2",
"@p5-wrapper/react": "4.3.4",
"next": "14.1.4",
"next-seo": "6.5.0",
"p5": "1.9.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/p5": "1.7.6",
"@types/react": "18.2.69",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-unused-imports": "3.1.0"
}
}