-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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": "data-science-technologies",
"version": "1.0.0",
"description": "Data Science Technologies - AI, analytics, and automation landing site",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,astro,json,css,md}\""
},
"packageManager": "pnpm@9.12.3",
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
"typescript": "^5.5.4"
}
}