forked from evoluhq/evolu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 901 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 901 Bytes
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
{
"name": "@example/react-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"_start": "next start",
"build": "next build --webpack",
"clean": "rimraf .turbo .next node_modules",
"dev": "next dev --webpack",
"lint": "next lint"
},
"dependencies": {
"@evolu/common": "latest",
"@evolu/react": "latest",
"@evolu/react-web": "latest",
"@tabler/icons-react": "^3.35.0",
"clsx": "^2.1.1",
"next": "^16.1.5",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^22.17.1",
"@types/react": "~19.1.13",
"@types/react-dom": "~19.1.9",
"eslint": "9.39.1",
"eslint-config-next": "^16.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
}
}