-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "arbre-des-reins",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@lexical/react": "^0.7.6",
"@liveblocks/client": "^0.19.4",
"@liveblocks/react": "^0.19.4",
"@next/font": "^13.1.1",
"@picmo/popup-picker": "^5.7.2",
"@use-gesture/react": "^10.2.23",
"history": "^5.3.0",
"immer": "^9.0.15",
"lexical": "^0.7.6",
"next": "^13.1.1",
"picmo": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.4.0",
"roughjs": "^4.5.2",
"use-immer": "^0.7.0",
"xlsx": "^0.18.5",
"zod": "^3.20.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/node": "18.8.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"eslint": "8.24.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
}
}