-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "p5-next",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"new:sketch:fullscreen": "hygen fullscreen new --name",
"new:sketch:square": "hygen square new --name",
"new:sketch:a4": "hygen a4 new --name",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@chakra-ui/react": "^2.3.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"date-fns": "^2.29.2",
"framer-motion": "^7.2.1",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"next": "12.2.5",
"nice-color-palettes": "^3.0.0",
"p5": "^1.4.2",
"p5.drawer": "^2.0.0",
"p5.js-svg": "^1.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-p5": "^1.3.30"
},
"devDependencies": {
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-simple-import-sort": "^8.0.0",
"hygen": "6.2.8",
"typescript": "4.8.2"
}
}