-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "mcbbs-markdown2bbcode-converter",
"author": "ustc-zzzz",
"version": "0.2.0",
"main": "index.js",
"description": "The frontend of what converts Github Flavored Markdown to MCBBS Flavored BBCode",
"repository": {
"type": "git",
"url": "git+https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter/issues"
},
"homepage": "https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter#readme",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/clipboard": "^2.0.7",
"@types/marked": "^0.6.5",
"clipboard": "^2.0.8",
"marked": "^0.7.0",
"material-ui-popup-state": "^1.8.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^5.3.2",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.2",
"typescript": "^3.9.10",
"url-loader": "^2.3.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"scripts": {
"build": "webpack --mode=production --progress --color",
"start": "webpack serve --progress --hot"
}
}