-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.74 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
{
"name": "b1-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3301",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "copyfiles -a -f node_modules/@churchapps/apphelper/public/locales/** public/apphelper/locales && copyfiles -a -f node_modules/@churchapps/apphelper/public/css/** public/apphelper/css"
},
"dependencies": {
"@churchapps/apphelper": "0.3.09",
"@mui/icons-material": "^5.4.1",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.4.1",
"@react-google-maps/api": "^2.19.2",
"@react-hook/window-size": "^3.1.1",
"axios": "^1.5.0",
"js-cookie": "^3.0.5",
"material-ui-popup-state": "^5.0.9",
"moment": "^2.29.4",
"next": "15.0.0",
"react": "^18.2.0",
"react-activity": "^2.1.3",
"react-big-calendar": "^1.8.2",
"react-color": "^2.19.3",
"react-contexify": "^6.0.0",
"react-contextify": "^0.1.0",
"react-cookie": "7.2.1",
"react-cropper": "^2.3.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-image-file-resizer": "^0.4.8",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.15.0",
"react-youtube": "^10.1.0",
"rrule": "^2.7.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.2.21",
"@types/react-big-calendar": "^1.6.4",
"@types/react-color": "^3.0.6",
"@types/react-helmet": "^6.1.6",
"@types/webfontloader": "^1.6.38",
"copyfiles": "^2.4.1",
"eslint": "^9.18.0",
"eslint-config-next": "15.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"typescript": "^5.3.3"
}
}