-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.3",
"@astrojs/tailwind": "^5.1.2",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"ace-builds": "^1.32.3",
"astro": "^4.16.7",
"astro-expressive-code": "^0.33.4",
"gsap": "^3.12.3",
"js-beautify": "^1.14.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/js-beautify": "^1.14.3"
}
}