-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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": "markdown-it-react-loader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --colors",
"gh-pages": "webpack --color; git add --all; git commit -m 'gh-pages';git push origin master:master;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liyatang/markdown-it-react-loader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/liyatang/markdown-it-react-loader/issues"
},
"homepage": "https://github.com/liyatang/markdown-it-react-loader#readme",
"dependencies": {
"front-matter": "^3.0.1",
"highlight.js": "^9.13.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-container": "^2.0.0",
"markdown-it-regexp": "^0.4.0",
"transliteration": "^2.1.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"moment": "^2.24.0",
"path": "^0.12.7",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}