-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "lernopus-app-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "4.0.0",
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"antd": "^3.2.2",
"antd-mobile": "^2.3.1",
"axios": "^0.19.0",
"blob": "0.0.5",
"ckeditor4-react": "^1.1.0",
"codemirror": "^5.49.0",
"draft-js": "^0.11.0",
"firebase": "^5.5.4",
"form-data": "^2.5.1",
"react": "^16.5.2",
"react-chips": "^0.8.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.5.2",
"react-draft-wysiwyg": "^1.13.2",
"react-files": "^2.4.8",
"react-horizontal-scrolling-menu": "^0.7.6",
"react-infinite-scroller": "^1.2.4",
"react-quill": "^1.3.3",
"react-radio-buttons": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-s-alert": "^1.4.1",
"react-scripts": "1.1.5",
"react-search": "^2.1.1",
"react-tag-autocomplete": "^5.11.1",
"react-tag-input": "^6.4.1",
"amer-card-pagination-list": "1.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.6.5",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.1"
}
}