-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.62 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
80
{
"name": "Santa Maria Urban Ministry",
"version": "2.8.4",
"description": "Client Recordkeeping System",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --hot",
"startdev": "webpack-dev-server --config webpack.dev.js --hot",
"test": "\"echo\\\"No tests\\\" && exit 0\"",
"buildpatch": "npm version patch --force && webpack --config webpack.prod.js --watch",
"buildminor": "npm version minor --force && webpack --config webpack.prod.js --watch",
"buildmajor": "npm version major --force && webpack --config webpack.prod.js --watch",
"buildstaging": "webpack --config webpack.staging.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnconditionedLife/smum.git"
},
"author": "Jose Leal",
"license": "ISC",
"bugs": {
"url": "https://github.com/UnconditionedLife/smum/issues"
},
"homepage": "https://github.com/UnconditionedLife/smum#readme",
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.43.0",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.17",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/react": "^5.5.0",
"@fullcalendar/rrule": "^5.5.1",
"@hot-loader/react-dom": "^17.0.2",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/material": "^5.10.8",
"@mui/styles": "^5.10.8",
"@mui/x-date-pickers": "^5.0.3",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"cuid": "^2.1.8",
"dayjs": "^1.11.10",
"dynamodbexportcsv": "^0.1.5",
"express": "^4.17.1",
"fast-csv": "^4.3.6",
"file-loader": "^6.2.0",
"html-to-react": "^1.4.3",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mui-chips-input": "^1.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-hook-form": "^6.8.1",
"react-hot-loader": "^4.12.21",
"react-jwt": "^1.1.7",
"react-router-dom": "^5.3.4",
"react-swipeable-views": "^0.14.0",
"react-to-print": "^2.11.0",
"readable-stream": "^2.3.7",
"requirejs": "^2.3.6",
"rrule": "^2.6.6",
"style-loader": "^2.0.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.1",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.31.8",
"html-webpack-plugin": "^5.5.0"
}
}