-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "surge-synthesizer.github.io",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"host": "astro dev --host",
"check": "astro check",
"sync": "astro sync",
"build": "astro check && astro build",
"preview": "astro preview",
"preinstall": "astro telemetry disable",
"pdf": "tsx src/scripts/pdf.ts"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.9.1",
"@types/node": "^22.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"puppeteer": "^22.15.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"tsx": "^4.16.3",
"typescript": "^5.5.4"
}
}