-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 KB
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
{
"name": "mdcode",
"version": "1.0.0",
"description": "url to md",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack",
"chrome": "node create-chrome.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"antd": "^4.15.4",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"express": "^4.17.1",
"qiniu-js": "^3.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"request": "^2.88.2",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2"
},
"devDependencies": {
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.11.1",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.2",
"less-loader": "^8.1.1",
"mini-css-extract-plugin": "^1.5.1",
"url-loader": "^4.1.1",
"webpack": "^5.36.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
}
}