-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
46
47
48
49
50
{
"name": "superellipse-squircle",
"private": true,
"version": "0.2.0",
"type": "module",
"main": "server.js",
"browser": "client.js",
"description": "Smoothest CSS squircles south of Saskatchewan",
"homepage": "https://tim-harding.github.io/squircle",
"license": "MIT",
"author": {
"name": "Tim Harding",
"email": "[email protected]",
"url": "https://www.timharding.co"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tim-harding/squircle.git"
},
"bugs": {
"url": "https://github.com/tim-harding/squircle/issues",
"email": "[email protected]"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tim-harding"
},
"keywords": [
"squircle",
"houdini",
"paint",
"css",
"superellipse"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pages-dev": "vite --config vite.config.pages.js",
"pages-build": "vite build --config vite.config.pages.js",
"pages-preview": "vite preview --config vite.config.pages.js"
},
"devDependencies": {
"vite": "^5.4.9"
},
"dependencies": {
"@types/node": "^22.7.5",
"vite-plugin-dts": "^4.2.4"
}
}