-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "vinyap-website",
"version": "1.0.0",
"private": true,
"license": "cc-by-4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"build:preview": "astro build && astro preview",
"postinstall": "patch-package"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.1.1",
"@prismicio/client": "^6.0.0-beta.3",
"@prismicio/helpers": "^2.0.0-beta.3",
"@snowpack/plugin-dotenv": "^2.2.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@tsconfig/svelte": "^2.0.1",
"astro": "^0.20.12",
"autoprefixer": "^10.4.0",
"daisyui": "^1.16.2",
"dompurify": "^2.3.3",
"marked": "^4.0.3",
"patch-package": "^6.4.7",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.2"
},
"browserslist": [
"> 0%"
]
}