-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "learning-analytics",
"version": "1.18.2",
"author": "LibreTexts <info@libretexts.org>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@iframe-resizer/child": "^5.0.2",
"@lucia-auth/adapter-mongodb": "^1.0.3",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-query": "^5.20.5",
"@tanstack/react-query-devtools": "^5.21.0",
"@tanstack/react-query-next-experimental": "^5.20.5",
"@tanstack/react-table": "^8.15.0",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.2",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"iframe-resizer": "^4.2.11",
"jose": "^5.4.0",
"lucia": "^3.2.0",
"mongoose": "^8.9.5",
"next": "14.2.24",
"next-auth": "^5.0.0-beta.23",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-bootstrap-icons": "^1.11.3",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"sharp": "^0.33.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/bcryptjs": "^2.4.6",
"@types/d3": "^7.4.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/redux-logger": "^3.0.13",
"autoprefixer": "^10.4.18",
"husky": "^9.0.11",
"postcss": "^8.4.37",
"sass": "^1.71.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}