forked from leozdgao/react-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "react-markdown",
"version": "1.0.0",
"description": "",
"repository": {
"github": "https://github.com/leozdgao/react-markdown.git"
},
"scripts": {
"publish": "webpack && webpack --config webpack.min.config.js -p",
"dev": "node demo/server"
},
"author": "leozdgao",
"license": "MIT",
"dependencies": {
"classnames": "^2.1.3",
"marked": "^0.3.3",
"react": "^0.13.3"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.8.23",
"babel-core": "^5.4.7",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.12.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.10.1",
"yargs": "^3.23.0"
}
}