-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"name": "brdr-ly",
"displayName": "Brdr.ly - Create Fancy CSS Shapes",
"version": "3.2.0",
"description": "A tool that will help you quickly create fancy CSS shapes easily",
"author": "Sikriti Dakua",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/devloop01/borderly"
},
"type": "module",
"scripts": {
"dev": "pnpm clean && vite",
"build": "pnpm clean && vite build",
"clean": "rimraf dist",
"check": "svelte-check --tsconfig ./tsconfig.json",
"changeset": "changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/webextension-polyfill": "^0.12.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"rimraf": "^6.0.1",
"svelte": "5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-web-extension": "^4.2.0",
"webextension-polyfill": "^0.12.0"
},
"dependencies": {
"@use-gesture/vanilla": "^10.3.1"
},
"packageManager": "pnpm@9.9.0"
}