-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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": "Terminal-Web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.8",
"@astrojs/tailwind": "^5.0.4",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@xterm/addon-fit": "^0.9.0-beta.1",
"astro": "^4.0.7",
"astro-seo": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"xterm": "^5.3.0"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.11",
"ts-node": "^10.9.2"
}
}