-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "p5-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"new:sketch:fullscreen": "npx hygen fullscreen new --name",
"new:sketch:square": "npx hygen square new --name",
"new:sketch:a4": "npx hygen a4 new --name",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@react-p5/core": "^1.2.0",
"@react-p5/sketch": "^0.2.0",
"@react-p5/utils": "^0.2.0",
"date-fns": "^2.29.3",
"framer-motion": "^10.10.0",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"next": "13.2.4",
"nice-color-palettes": "^3.0.0",
"p5": "^1.6.0",
"p5.drawer": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.192",
"@types/node": "18.15.11",
"@types/p5": "^1.6.0",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"hygen": "6.2.11",
"typescript": "5.0.3"
}
}