-
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) · 818 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 818 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 serve --mode=development",
"build": "webpack --mode=production"
},
"dependencies": {
"@types/marked": "^2.0.5",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/sanitize-html": "^2.6.0",
"@types/styled-components": "^5.1.17",
"dexie": "^3.2.0",
"marked": "^2.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.3",
"react-router-dom": "^5.3.0",
"sanitize-html": "^2.6.1",
"styled-components": "^5.3.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.3",
"worker-loader": "^3.0.8"
}
}