-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.11 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
{
"private": true,
"scripts": {
"dev": "env NEXT_PUBLIC_BACKEND=http://127.0.0.1:8000 next dev",
"build": "next build",
"start": "next start",
"lint": "npx @biomejs/biome check ./app ./components ./utils --apply"
},
"dependencies": {
"@floating-ui/react": "^0.26.12",
"@fluentui/react-components": "^9.47.3",
"@fluentui/react-icons": "^2.0.250",
"allotment": "^1.20.2",
"immer": "^10.1.1",
"js-sha512": "^0.9.0",
"lodash": "^4.17.21",
"next": "latest",
"rangy": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-table-column-resizer": "^1.2.3",
"react-tracked": "^2.0.1",
"scheduler": "^0.23.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@types/lodash": "^4.17.0",
"@types/node": "20.8.10",
"@types/rangy": "^0.0.38",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}