generated from AminoffZ/bun-browser-extension-builder
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "github-repo-size-extension",
"type": "module",
"version": "0.2.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "bun run versionCTRL && bun run astro build && bun run csp && bun bundler.ts",
"build:firefox": "bun run versionCTRL firefox && bun run astro build && bun run csp && bun bundler.ts",
"preview": "astro preview",
"astro": "astro",
"csp": "bun -b extract-inline.ts",
"versionCTRL": "bun -b update-version.ts",
"format": "prettier --write .",
"checkFormat": "prettier --check .",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/svelte": "^4.0.2",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.6.5",
"svelte": "^4.2.18"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@tailwindcss/forms": "^0.5.6",
"@types/chrome": "^0.0.269",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"astro-purgecss": "^3.2.1",
"bun-types": "latest",
"chalk": "5.3.0",
"eslint": "^9.1.0",
"prettier": "^3.3.3",
"purgecss": "^5.0.0",
"tailwindcss": "^3.4.7",
"tiny-glob": "^0.2.9"
}
}