-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
{
"name": "classmaid",
"version": "4.3.3",
"private": true,
"main": "index.tsx",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^22.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.7",
"eslint-config-prettier": "^10.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.0",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@next/eslint-plugin-next": "^16.2.1",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/postcss": "^4.2.2",
"@vercel/analytics": "^1.1.1",
"axios": "^1.2.1",
"classnames": "^2.5.1",
"csv-parse": "^4.16.2",
"lodash": "^4.17.23",
"moment-timezone": "^0.5.40",
"next": "^16.1.7",
"postcss": "^8.5.8",
"radix-ui": "^1.4.3",
"react": "^18.2.0",
"react-calendar": "^4.7.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^2.2.2",
"readable-stream": "^3.6.0",
"tailwindcss": "^4.2.2",
"tailwindcss-safe-area": "^1.3.0",
"url-loader": "^4.1.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}