-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 904 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 904 Bytes
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
{
"name": "markdown-editor",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode=production"
},
"dependencies": {
"@types/marked": "^1.2.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/sanitize-html": "^1.27.1",
"@types/styled-components": "^5.1.7",
"dexie": "^3.0.3",
"marked": "^2.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"sanitize-html": "^2.3.2",
"styled-components": "^5.2.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^3.0.8"
}
}