-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@liveblocks/client": "^0.16.9",
"@liveblocks/react": "^0.16.9",
"classnames": "^2.3.1",
"ioredis": "^5.0.5",
"nanoid": "^3.3.4",
"next": "latest",
"node-fetch": "^2.6.1",
"react": "^18.1.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.1.0",
"react-hotkeys-hook": "^3.4.4",
"usehooks-ts": "^2.4.2"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"autoprefixer": "^10.4.4",
"jest": "^27.5.1",
"mathjs": "^10.4.2",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"typescript-language-server": "^0.9.7"
}
}