generated from DeadCodeGames/ReactJSBoilerplate4GHPages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.57 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
{
"name": "wiki-philosophy-game",
"version": "0.0.0",
"author": "Richard Kanshen @ DeadCodeGames <[email protected]> (https://deadcode.is-a.dev)",
"license": "WTFPL",
"private": true,
"dependencies": {
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-twemoji": "^0.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.1.0",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^19.0.0",
"react-i18next": "^15.2.0",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"react-twemoji": "^0.6.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"homepage": ".",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"tailwindcss": "^3.4.16"
}
}