-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.29 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
{
"name": "TTL",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@toast-ui/editor": "^3.1.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/editor-plugin-color-syntax": "^3.0.2",
"@toast-ui/react-editor": "^3.1.3",
"Prism": "^2.0.0",
"axios": "^0.25.0",
"babel-eslint": "^10.1.0",
"camelize": "^1.0.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"immer": "^9.0.12",
"markdown-to-text": "^0.1.1",
"moment": "^2.29.1",
"next-redux-wrapper": "^7.0.5",
"polished": "^4.1.4",
"prettier": "^2.4.1",
"prismjs": "^1.26.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-calendar-heatmap": "^1.8.1",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-ga": "^3.3.0",
"react-minimal-side-navigation": "^1.9.2",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-textarea-autosize": "^8.3.3",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4",
"tui-color-picker": "^2.2.7",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-error-overlay": "^6.0.9"
}
}