-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.45 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
51
{
"name": "hypr-web-tmp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^5.6.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/work-sans": "^5.0.19",
"@fontsource/ibm-plex-mono": "^5.0.13",
"@iconify/json": "^2.2.220",
"@mobily/ts-belt": "4.0.0-rc.5",
"@octokit/types": "^13.5.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@typescript-eslint/parser": "^7.13.1",
"@vibrant/image": "3.2.1-alpha.1",
"astro": "^4.10.3",
"chroma-js": "^2.4.2",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-svelte": "^2.40.0",
"eslint-plugin-unicorn": "^54.0.0",
"node-vibrant": "3.2.1-alpha.1",
"octokit": "^4.0.2",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4",
"svelte": "^4.2.18",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-elastic-easings": "^0.2.0",
"type-fest": "^4.20.1",
"unplugin-icons": "^0.19.0"
},
"devDependencies": {
"@types/chroma-js": "^2.4.4"
}
}