-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 987 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
{
"name": "grid-art-designer",
"version": "1.0.0",
"description": "A web-based generative art tool that creates customizable SVG grids with random designs and color palettes. Download your creations in both SVG and PNG formats.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.4",
"canvg": "^4.0.2",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@georgedoescode/generative-utils": "^2.0.1",
"@svgdotjs/svg.js": "^3.2.4",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/tinycolor2": "^1.4.6",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"gsap": "^3.12.5",
"sass": "^1.79.5",
"tinycolor2": "^1.6.0",
"typescript": "^5.6.3"
}
}