-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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": "readiary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@material-symbols/svg-400": "^0.14.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.8.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"framer-motion": "^10.16.12",
"jsonwebtoken": "^9.0.2",
"next": "^14.0.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-lottie": "^1.2.3",
"sass": "^1.69.5",
"zustand": "^4.4.6"
},
"devDependencies": {
"@radix-ui/colors": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"@types/jsonwebtoken": "^9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5",
"typescript-plugin-css-modules": "^5.0.2",
"webpack": "^5.89.0"
},
"packageManager": "[email protected]"
}