-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 905 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": "penpot-waves-generator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "biome lint --write src",
"format": "biome format --write src"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/Omikorin/penpot-waves-generator.git"
},
"author": "Michał Korczak (https://omikor.in)",
"license": "ISC",
"dependencies": {
"@penpot/plugin-styles": "1.1.0",
"alpinejs": "^3.14.8",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@penpot/plugin-types": "1.1.0",
"@types/alpinejs": "^3.13.11",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.7",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-live-preview": "^0.3.2"
}
}