-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "bucket-tabs",
"version": "0.0.1",
"dependencies": {
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.9",
"fuse.js": "7.0.0",
"tailwindcss": "3.4.14",
"ulid": "2.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.9",
"@types/chrome": "0.0.280",
"@types/imagemagick": "0.0.35",
"daisyui": "4.12.14",
"imagemagick": "0.1.3",
"prettier": "3.3.3",
"tiny-glob": "0.2.9",
"ts-loader": "9.5.1",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
"typescript": "5.6.3"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && cd build-tools && webpack --config webpack.config.js --mode=production",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,json,md}' '!build/**' '!node_modules/**'",
"csp": "node extract-inline.js",
"icons": "cd build-tools && node create-icons.js"
},
"type": "module"
}