-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "react-datepicker-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"esbuild-wasm": "^0.27.2",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.3",
"react-datepicker": "portal:../",
"react-dom": "^19.2.3",
"react-live": "^4.1.8",
"slugify": "^1.6.6"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/lodash": "^4.17.21",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.51.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.0.0",
"sass": "^1.97.1",
"typescript": "^5.9.3",
"vite": "^7.3.0"
},
"packageManager": "yarn@4.9.2"
}