-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (162 loc) · 5.06 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "job-tracker",
"version": "5.78",
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"author": "Jack Qin",
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"clean": "rimraf .next out coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check-types": "tsc --noEmit --pretty",
"commit": "cz",
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"@commitlint/types": "^19.5.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/styled-engine-sc": "^6.1.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/nextjs": "^8.38.0",
"@spotlightjs/spotlight": "^2.5.0",
"@tabler/icons-react": "^3.22.0",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"@tinymce/tinymce-react": "^5.1.1",
"@types/recharts": "^1.8.29",
"add": "^2.0.6",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.0.0",
"dayjs": "^1.11.10",
"eslint-plugin-testing-library": "^6.4.0",
"framer-motion": "^11.11.11",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"inquirer": "^9.0.0",
"jotai": "^2.10.2",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"ofetch": "^1.4.1",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.1.1",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.13.3",
"sonner": "^1.7.0",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@eslint-react/eslint-plugin": "^1.16.1",
"@faker-js/faker": "^9.2.0",
"@next/bundle-analyzer": "^15.0.3",
"@next/eslint-plugin-next": "^15.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.9.0",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.12",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"autoprefixer": "^10.4.20",
"checkly": "^4.9.1",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.28.1",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.4.1",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.15",
"terser": "^5.36.0",
"typescript": "^5.6.3"
},
"lint-staged": {
"**/*.{js,ts,tsx}": "eslint --fix"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/git",
"@semantic-release/github"
]
}
}