-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "explo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@tauri-apps/api": "^1.4.0",
"@types/node": "^20.8.4",
"@types/react": "latest",
"@types/react-dom": "^18.2.12",
"eslint": "latest",
"eslint-config-next": "latest",
"framer-motion": "^7",
"jotai": "latest",
"lucide-react": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-icons": "latest",
"react-virtuoso": "^4.6.2",
"typescript": "latest",
"zod": "^3.22.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}