-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.6 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.6 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "seldon-cortex-2",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@fontsource-variable/noto-sans-jp": "^5.2.9",
"@tailwindcss/vite": "^4.1.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"dotenv": "^16.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^11.0.5",
"react-transition-group": "^4.4.5",
"tailwindcss": "^4.1.14",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"blog-build": "node ./scripts/buildBlog.js",
"build-and-deploy": "node ./scripts/buildBlog.js && node ./scripts/buildAndDeploy.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"marked": "^14.1.2",
"prettier": "^3.6.2",
"ssh2-sftp-client": "^11.0.0",
"typescript": "^5.8.3",
"vite": "^5.0.0"
}
}