forked from BigDataBoutique/ElastiQuill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.2 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
{
"name": "elastiquill-admin",
"version": "1.0.0",
"description": "Admin front-end for the ElastiQuill blog engine",
"author": "BigData Boutique",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open --port 4000 --host localhost"
},
"repository": {
"type": "git",
"url": "https://github.com/BigDataBoutique/ElastiQuill.git"
},
"keywords": [],
"dependencies": {
"@material-ui/core": "^3.9.3",
"blueimp-file-upload": "^9.29.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"cookie": "^0.3.1",
"copy-to-clipboard": "^3.1.0",
"eslint": "^5.16.0",
"font-awesome": "^4.7.0",
"handlebars": "^4.1.2",
"html-to-draftjs": "^1.4.0",
"jquery": "^3.4.0",
"jquery-ui": "^1.12.1",
"local-storage": "^1.4.2",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"medium-editor": "^5.23.3",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"rc-slider": "^8.6.9",
"react": "^16.8.6",
"react-date-range": "^0.9.4",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.3",
"react-google-button": "^0.5.3",
"react-hot-loader": "^4.8.4",
"react-modal": "^3.8.1",
"react-router-dom": "^5.0.0",
"react-select": "^2.4.3",
"react-show-more": "^2.0.0",
"react-simple-maps": "^0.12.1",
"react-tag-autocomplete": "^5.10.0",
"react-toastify": "^5.1.0",
"react-vis": "^1.11.7",
"reactstrap": "^8.0.0",
"showdown": "^1.9.0",
"turndown": "^5.0.3",
"uid": "0.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-classes": "^7.4.3",
"@babel/plugin-transform-regenerator": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@neutrinojs/compile-loader": "^9.0.0-beta.1",
"@neutrinojs/react": "^9.0.0-beta.1",
"css-url-relative-plugin": "^1.0.0",
"neutrino": "^9.0.0-beta.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}