-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.65 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
44
45
46
47
{
"name": "react-markdown-it-loader",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --host 0.0.0.0 --inline --hot --progress --colors --port 5000",
"publishpatch": "git add --all; git commit -m 'c'; npm version patch; git push origin master:master; npm publish --registry='https://registry.npmjs.org';cnpm sync react-markdown-it-loader;npm version;",
"gh-pages": "webpack --config webpack.config.js; git add --all; git commit -m 'gh-pages';git push origin master:master;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdamantG/react-markdown-it-loader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AdamantG/react-markdown-it-loader/issues"
},
"homepage": "https://github.com/AdamantG/react-markdown-it-loader#readme",
"dependencies": {
"front-matter": "^2.1.1",
"highlight.js": "^9.8.0",
"markdown-it": "^8.1.0",
"markdown-it-anchor": "^2.5.1",
"markdown-it-container": "^2.0.0",
"markdown-it-regexp": "^0.4.0",
"transliteration": "^1.1.12"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"moment": "^2.17.0",
"path": "^0.12.7",
"react": "^15.4.0",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.4.0",
"react-gm": "^2.4.27",
"underscore": "^1.8.3",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}