-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "lesson-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3501",
"build": "next build",
"postbuild": "next-sitemap",
"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.2.94",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.16.7",
"axios": "^1.5.0",
"cropperjs": "^1.6.0",
"date-fns": "^2.30.0",
"next": "^15.0.1",
"next-sitemap": "^4.2.2",
"react": "^18.3.1",
"react-activity": "^2.1.3",
"react-cookie": "^6.1.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-lite-youtube-embed": "^2.3.52",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.15.0",
"react-simple-maps": "^3.0.0",
"react-to-print": "^3.0.1",
"react-tooltip": "^5.21.1",
"react-vimeo": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-simple-maps": "^3.0.0",
"copyfiles": "^2.4.1",
"eslint": "8.48.0",
"eslint-config-next": "^14.2.11",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "5.2.2"
}
}