-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "comet-robotics-web",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource-variable/unbounded": "^5.0.20",
"@heroicons/react": "^2.1.4",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"astro": "^4.11.0",
"astro-seo-metadata": "^0.6.0",
"og-images-generator": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@eslint-react/eslint-plugin": "^1.5.14",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"astro-eslint-parser": "^1.0.2",
"eslint": "^8.55.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.3.3"
}
}