-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
43 lines (43 loc) · 1007 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
36
37
38
39
40
41
42
43
{
"name": "gradient-wave",
"version": "1.0.0",
"description": "A svg based UI toolkits for gradients and shapes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"Svg",
"Gradient",
"wave",
"shapes",
"UI"
],
"author": "Anup Aglawe",
"license": "ISC",
"dependencies": {
"preact": "^10.11.3",
"react-color": "^2.18.1",
"react-github-btn": "^1.2.1",
"react-toggle-dark-mode": "^1.1.1",
"save-svg-as-png": "^1.4.17",
"tailwind-percentage-heights-plugin": "^0.1.4",
"zustand": "^3.5.12"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-preact": "^1.3.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"vite": "^4.0.4",
"vite-plugin-svgr": "^2.4.0"
}
}