-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 5.29 KB
/
package.json
File metadata and controls
171 lines (171 loc) · 5.29 KB
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
164
165
166
167
168
169
170
171
{
"name": "memcode",
"version": "1.0.0",
"description": "Memcode. For memorizing things.",
"repository": {
"type": "git",
"url": "https://github.com/lakesare/memcode.git"
},
"engines": {
"node": "8.4.0"
},
"main": "",
"scripts": {
"heroku-postbuild": "make heroku-postbuild"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.0",
"enzyme": "^3.9.0",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^15.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"glob": "^7.1.3",
"json-loader": "^0.5.4",
"json5": "^2.1.0",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jsdom-launcher": "^7.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.0.2",
"nock": "^10.0.6",
"node-sass": "^4.13.1",
"nodemon": "^1.18.10",
"pretty-error": "^2.0.2",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.8.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"supertest": "^3.4.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-notifier": "^1.6.0",
"workbox-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@redux-offline/redux-offline": "^2.5.1",
"@tippy.js/react": "^3.1.1",
"acorn-dynamic-import": "^4.0.0",
"acorn-jsx": "^5.0.1",
"airbnb-browser-shims": "^3.2.0",
"aws-sdk": "^2.412.0",
"body-parser": "^1.18.3",
"buffer": "^5.2.1",
"chokidar": "^2.1.2",
"contains-path": "^1.0.0",
"convert-source-map": "^1.6.0",
"detect-indent": "^5.0.0",
"dotenv": "^6.2.0",
"es-to-primitive": "^1.2.0",
"es5-shim": "^4.5.12",
"es6-promise": "^4.2.6",
"es6-shim": "^0.35.4",
"eslint-import-resolver-node": "^0.3.2",
"eslint-module-utils": "^2.3.0",
"exceljs": "^1.7.0",
"express": "^4.16.4",
"file-saver": "^2.0.1",
"font-awesome": "^4.7.0",
"form-data": "^2.3.3",
"fuzzy": "^0.1.3",
"generate-function": "^2.3.1",
"generate-object-property": "^1.2.0",
"heroku-ssl-redirect": "0.0.4",
"is-regex": "^1.0.4",
"js-cookie": "^2.2.0",
"jsesc": "^2.5.2",
"json-schema-traverse": "^0.4.1",
"jsonpointer": "^4.0.1",
"jsonwebtoken": "^8.5.0",
"knex": "^0.19.5",
"knex-stringcase": "^1.0.0",
"loader-fs-cache": "^1.0.1",
"loader-runner": "^3.0.0",
"lodash": "^4.17.15",
"lodash-es": "^4.17.11",
"lodash.cond": "^4.5.2",
"material-design-icons": "^3.0.1",
"memory-fs": "^0.4.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-fetch": "^2.3.0",
"node-libs-browser": "^2.2.0",
"object-hash": "^1.3.1",
"parchment": "^1.1.4",
"pg-promise": "^8.5.6",
"private": "^0.1.8",
"prop-types": "^15.7.2",
"proxy-polyfill": "^0.3.0",
"quill": "^1.3.7",
"quill-delta": "^4.2.0",
"quill-image-drop-and-paste": "^1.0.0",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"react": "^16.8.5",
"react-animate-height": "^2.0.8",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.8.3",
"react-helmet": "^6.0.0-beta",
"react-joyride": "^2.0.5",
"react-modal": "^3.10.1",
"react-onclickoutside": "^6.8.0",
"react-pose": "^4.0.8",
"react-quill": "^1.3.3",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^3.0.8",
"react-sticky": "^6.0.3",
"react-transition-group": "^4.0.0",
"read-pkg-up": "^4.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"regexpu-core": "^4.4.0",
"reselect": "^4.0.0",
"slash": "^2.0.0",
"source-map-support": "^0.5.10",
"striptags": "^3.1.1",
"trim-right": "^1.0.1",
"undefsafe": "^2.0.2",
"url-search-params-polyfill": "^5.0.0",
"whatwg-fetch": "^3.0.0",
"xlsx": "^0.14.0"
}
}