-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
163 lines (163 loc) · 5.37 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "memcode",
"version": "1.0.0",
"description": "Memcode. For memorizing things.",
"repository": {
"type": "git",
"url": "https://github.com/lakesare/memcode.git"
},
"engines": {
"node": ">=20.0.0"
},
"main": "",
"scripts": {
"heroku-postbuild": "make heroku-postbuild",
"all": "npm run start && npm run backend && npm run frontend",
"start": "SET NODE_ENV=development && node_modules\\.bin\\nodemon --inspect --watch backend backend\\webpacked\\index.js",
"backend": "cd backend && SET NODE_ENV=development && ..\\node_modules\\.bin\\webpack --config .\\webpack\\development.config.js -w",
"frontend": "cd frontend && SET NODE_ENV=development && ..\\node_modules\\.bin\\webpack --config .\\webpack\\development.config.js -w"
},
"author": "Evgenia Karunus",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-do-expressions": "^7.24.7",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.24.7",
"@babel/plugin-proposal-function-sent": "^7.24.7",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-throw-expressions": "^7.24.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.2.1",
"babel-polyfill": "^6.26.0",
"chai": "^5.1.1",
"chai-http": "^5.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"html-webpack-plugin": "^5.6.0",
"json-loader": "^0.5.7",
"json5": "^2.2.3",
"mini-css-extract-plugin": "^2.9.1",
"nock": "^13.5.5",
"node-sass": "^9.0.0",
"nodemon": "^3.1.7",
"pretty-error": "^4.0.0",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0",
"workbox-webpack-plugin": "^7.1.0"
},
"dependencies": {
"@redux-offline/redux-offline": "^2.6.0",
"@sendgrid/mail": "^8.1.3",
"@tippyjs/react": "^4.2.6",
"acorn-dynamic-import": "^4.0.0",
"acorn-jsx": "^5.3.2",
"airbnb-browser-shims": "^3.3.0",
"aws-sdk": "^2.1691.0",
"body-parser": "^1.20.3",
"buffer": "^6.0.3",
"chart.js": "^4.4.4",
"chokidar": "^4.0.1",
"contains-path": "^1.0.0",
"convert-source-map": "^2.0.0",
"dayjs": "^1.11.13",
"detect-indent": "^7.0.1",
"dotenv": "^16.4.5",
"es-to-primitive": "^1.2.1",
"es5-shim": "^4.6.7",
"es6-promise": "^4.2.8",
"es6-shim": "^0.35.8",
"exceljs": "^4.4.0",
"express": "^4.21.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"form-data": "^4.0.0",
"fuzzy": "^0.1.3",
"generate-function": "^2.3.1",
"generate-object-property": "^2.0.0",
"heroku-ssl-redirect": "0.1.1",
"is-regex": "^1.1.4",
"js-cookie": "^3.0.5",
"jsdom": "^25.0.1",
"jsesc": "^3.0.2",
"json-schema-traverse": "^1.0.0",
"jsonpointer": "^5.0.1",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"knex-stringcase": "^1.4.6",
"loader-fs-cache": "^1.0.3",
"loader-runner": "^4.3.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash.cond": "^4.5.2",
"material-design-icons": "^3.0.1",
"memory-fs": "^0.5.0",
"multer": "^1.4.4",
"multer-s3": "^3.0.1",
"node-libs-browser": "^2.2.1",
"npm-run-all": "^4.1.5",
"object-hash": "^3.0.0",
"parchment": "^3.0.0",
"pg-promise": "^11.9.1",
"private": "^0.1.8",
"prop-types": "^15.8.1",
"proxy-polyfill": "^0.3.2",
"quill": "^2.0.2",
"quill-delta": "^5.1.0",
"quill-image-drop-and-paste": "^2.0.1",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-helmet": "^6.1.0",
"react-joyride": "^2.9.2",
"react-modal": "^3.16.1",
"react-onclickoutside": "^6.13.1",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-select": "^5.8.1",
"react-sticky": "^6.0.3",
"react-transition-group": "^4.4.5",
"read-pkg-up": "^11.0.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"regexpu-core": "^6.1.1",
"reselect": "^5.1.1",
"sanitize-html": "^2.13.0",
"slash": "^5.1.0",
"smoothscroll-polyfill": "^0.4.4",
"source-map-support": "^0.5.21",
"string-strip-html": "^13.4.8",
"striptags": "^3.2.0",
"trim-right": "^2.0.0",
"undefsafe": "^2.0.5",
"url-search-params-polyfill": "^8.2.5",
"whatwg-fetch": "^3.6.20",
"xlsx": "^0.18.5"
}
}