-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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
{
"name": "csit21-nextjs",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "7.3.9",
"@mui/material": "7.3.9",
"@types/file-saver": "^2.0.7",
"docxtemplater": "^3.68.3",
"file-saver": "^2.0.5",
"next": "16.1.7",
"next-pwa": "^5.6.0",
"pizzip": "^3.2.0",
"prop-types": "15.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"sass": "1.98.0",
"zustand": "^5.0.12"
},
"packageManager": "bun@1.2.0",
"overrides": {
"ajv": ">=8.18.0",
"rollup": ">=4.59.0"
}
}