-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 622 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-scroll-direction-playground",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --max-warnings=0 . --no-warn-ignored"
},
"dependencies": {
"@smakss/react-scroll-direction": "workspace:*",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}