-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 870 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": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^1.0.0",
"astro": "1.1.5",
"prettier": "^2.7.1",
"prettier-plugin-astro": "0.5.5",
"rollup-plugin-visualizer": "^5.8.3",
"tailwindcss": "^3.1.8",
"tailwindcss-capsize": "^3.0.2",
"vite-plugin-glsl": "0.5.2"
},
"dependencies": {
"@barba/core": "^2.9.7",
"astro-seo": "^0.6.0",
"comlink": "^4.3.1",
"motion": "^10.5.2",
"nanostores": "^0.7.0",
"normalize-wheel": "^1.0.1",
"ogl": "0.0.81",
"svelte": "^3.52.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}