-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
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": "--typescript",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "eslint",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.2.7",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"astro": "^5.16.9",
"bootstrap": "5.3",
"react": "^19.1.0",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^16.1.0",
"typescript": "^5.8.3",
"yaml": "^2.8.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1"
}
}