-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bb-react-slideshow",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "A React slideshow component with TypeScript. Demos included.",
"author": "Bradley Baysinger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BBaysinger/bb-react-slideshow.git"
},
"homepage": "https://bb-react-slideshow.netlify.app/rico/one",
"engines": {
"node": ">=23.4.0",
"npm": ">=11.0.0"
},
"scripts": {
"pb": "prettier --write . && tsc -b && vite build",
"build": "tsc -b && vite build",
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.3"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4"
},
"keywords": [
"slideshow",
"react",
"vite",
"typescript",
"interactive",
"dynamic-routing",
"responsive-design",
"frontend",
"web-development",
"react-router",
"ui-components",
"front-end-development"
]
}