-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.43 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.43 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
{
"name": "flowbite-react-template-react-server",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "react-server ./src/App.tsx",
"build": "react-server build ./src/App.tsx",
"start": "react-server start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"format": "prettier --write ."
},
"dependencies": {
"@lazarv/react-server": "^0.0.0-experimental-77fcecd-20250629-70347fa9",
"flowbite-react": "^0.12.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-syntax-import-assertions": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"@lazarv/react-server-adapter-vercel": "^0.0.0-experimental-138ef89-20241217-08cf78b6",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.0.5"
}
}