-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.02 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.02 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
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
{
"name": "xwb-react-markdown",
"version": "1.2.0",
"description": "This is a reference encapsulated Markdown-react plug-in",
"main": "./lib/markdown.js",
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"author": "xwb007",
"license": "ISC",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --open http://localhost:8080",
"build": "webpack --config webpack.config.lib.js && webpack --config webpack.config.js"
},
"dependencies": {
"axios": "^0.19.0",
"highlight.js": "^9.15.6",
"markdown-it": "^8.4.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"qiniu": "^7.3.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.7",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.6",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"homepage": "https://github.com/xwb007/xwb-react-markdown.git",
"repository": {
"type": "git",
"url": "git+https://github.com/xwb007/xwb-react-markdown.git"
},
"keywords": [
"react",
"markdown",
"react-markdown",
"xwb-react-markdown"
],
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}