-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
108 lines (108 loc) · 3.1 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "readme-editor",
"version": "0.5.2",
"private": true,
"homepage": "https://evitanrelta.github.io/markgh",
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@octokit/rest": "^18.12.0",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@tiptap/core": "^2.0.0-beta.182",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.73",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-subscript": "^2.0.0-beta.13",
"@tiptap/extension-superscript": "^2.0.0-beta.13",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.182",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/react-resizable": "^3.0.1",
"@types/turndown": "^5.0.1",
"assert": "^2.0.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"canvas": "^2.9.3",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"firebase": "^9.8.4",
"highlight.js": "^11.5.1",
"isomorphic-git": "^1.18.3",
"lodash": "^4.17.21",
"lowlight": "^2.6.1",
"markdown-it": "^13.0.1",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-file-base64": "^1.0.3",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.0.2",
"react-resizable": "^3.0.4",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"turndown": "^7.1.1",
"type-fest": "^2.16.0",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"test-watch": "jest --watch",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"@types/base-64": "^1.0.0",
"@types/quill": "^2.0.9",
"@types/react-helmet": "^6.1.5",
"@types/readline-sync": "^1.4.4",
"@types/shelljs": "^0.8.11",
"dotenv": "^16.0.1",
"gh-pages": "^4.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.5",
"ts-jest": "^28.0.7",
"ts-node": "^10.8.2"
}
}