-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "~documents-github-daily-drip",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"host": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.5.0",
"@astrojs/react": "^3.6.0",
"@astrojs/svelte": "^5.6.0",
"@astrojs/tailwind": "^5.1.0",
"@inquirer/core": "^9.2.1",
"@internationalized/date": "^3.5.4",
"@nanostores/persistent": "^0.10.2",
"@swup/astro": "^1.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unpic/svelte": "^0.0.53",
"astro": "^4.16.0",
"bits-ui": "^0.21.10",
"chai": "^5.1.1",
"chalk": "^5.3.0",
"chromedriver": "^126.0.1",
"clsx": "^2.1.1",
"colorthief": "^2.2.0",
"commander": "^12.1.0",
"core-js": "^3.38.1",
"dayjs": "^1.11.13",
"enkanetwork.js": "^2.6.0",
"figures": "^6.1.0",
"gsap": "^3.12.5",
"inquirer": "^11.1.0",
"ldrs": "^1.0.2",
"mocha": "^10.4.0",
"nanostores": "^0.9.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remixicon": "^4.3.0",
"selenium-webdriver": "^4.21.0",
"svelte": "^4.2.17",
"swup": "^4.6.1",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"typescript": "^5.4.5",
"vaul-svelte": "^0.3.2"
},
"devDependencies": {
"@sveltejs/enhanced-img": "^0.3.0",
"autoprefixer": "^10.4.19",
"mocha": "^10.4.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.4",
"sass": "^1.69.5",
"sharp": "^0.33.4",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.4",
"vite-aliases": "^0.11.7",
"vite-plugin-image-optimizer": "^1.1.8"
}
}