-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.25 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.25 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
{
"name": "react-blog-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@editorjs/attaches": "^1.0.1",
"@editorjs/checklist": "1.1.0",
"@editorjs/code": "2.4.1",
"@editorjs/delimiter": "1.1.0",
"@editorjs/editorjs": "2.15.1",
"@editorjs/embed": "2.2.1",
"@editorjs/header": "2.3.0",
"@editorjs/image": "2.3.3",
"@editorjs/inline-code": "1.3.0",
"@editorjs/link": "2.1.3",
"@editorjs/list": "1.4.0",
"@editorjs/marker": "1.2.0",
"@editorjs/paragraph": "2.6.0",
"@editorjs/quote": "2.3.0",
"@editorjs/raw": "2.1.1",
"@editorjs/simple-image": "1.3.3",
"@editorjs/table": "1.2.0",
"@editorjs/warning": "1.1.1",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@testing-library/user-event": "^7.1.2",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.19.0",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"pusher-js": "^5.0.3",
"react": "^16.12.0",
"react-async-hook": "^3.6.1",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-editor-js": "1.4.1",
"react-html-parser": "^2.0.2",
"react-icons": "^3.8.0",
"react-icons-kit": "^1.3.1",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"styled-reset": "^4.1.0",
"use-constant": "^1.0.0",
"uuid": "^3.3.3",
"workbox-webpack-plugin": "^4.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --verbose",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}