-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.25 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.25 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "fe",
"private": true,
"version": "1.3.3",
"packageManager": "yarn@4.5.1",
"scripts": {
"prepare": "panda codegen",
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "yarn build && pm2 start 'yarn next start' --name 'fe'",
"lint": "next lint"
},
"devDependencies": {
"@pandacss/dev": "^0.40.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/base-64": "^1",
"@types/josa": "^3",
"@types/js-cookie": "^3",
"@types/lodash": "^4",
"@types/node": "^20.14.2",
"@types/nodemailer": "^6.4.16",
"@types/nprogress": "^0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss-import": "^16.1.0",
"prettier": "^3.3.1",
"react-icons": "^5.2.1",
"semantic-release": "^24.2.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@artsy/fresnel": "^7.1.4",
"@lexical/react": "^0.18.0",
"@lexical/utils": "^0.18.0",
"@next/third-parties": "^15.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.5",
"@react-oauth/google": "^0.12.1",
"@sentry/nextjs": "^7",
"@sentry/utils": "^8.35.0",
"@tanstack/react-query": "^5.44.0",
"axios": "^1.7.2",
"base-64": "^1.0.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.31",
"google-auth-library": "^9.14.1",
"josa": "^3.0.1",
"jotai": "^2.8.3",
"lexical": "^0.18.0",
"lexical-beautiful-mentions": "^0.1.41",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next-intl": "^3.20.0",
"nextjs-toploader": "^1.6.12",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.53.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modern-drawer": "^1.4.0",
"react-toastify": "^10.0.6"
}
}