-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "lilac",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/next": "^6.0.16",
"depcheck": "^1.4.3",
"firebase": "^10.0.0",
"framer-motion": "^10.12.21",
"jose": "^4.14.4",
"jotai": "^2.2.2",
"lucide-react": "^0.260.0",
"million": "^2.5.1-beta.2",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/react": "18.2.15",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-next": "13.4.10",
"typescript": "5.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}