-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.17 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
{
"name": "BookLoop",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --json --outputFile=reports/jest-report.json",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.19",
"@mui/joy": "^5.0.0-beta.36",
"@next/font": "^14.2.3",
"babel-jest": "^29.7.0",
"date-fns": "^3.6.0",
"esrun": "^3.2.26",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"html-to-image": "^1.11.11",
"i": "^0.3.7",
"joyui-markdown": "^1.0.1",
"markdown-loader": "^8.0.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.23.1",
"tsc": "^2.0.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.6",
"@mui/icons-material": "^5.15.19",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "20.13.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@types/webpack-env": "^1.18.5",
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-ctrf-json-reporter": "^0.0.9",
"jest-environment-jsdom": "^29.7.0",
"jest-json-reporter": "^1.2.2",
"jest-junit": "^16.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.2",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.1.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^7.0.0"
},
"peerDependencies": {
"firebase": "^10.12.2",
"next": "14.2.3",
"postcss": "^8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^3.4.13",
"typescript": "5.4.5"
},
"description": "StudyBuddy"
}