-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "react-raml",
"version": "0.0.1",
"description": "React components for rendering RAML documentation",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "env NODE_ENV=build webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/opensourcecu/react-raml.git"
},
"author": "Matt Dean <matt@trabian.com> (https://www.trabian.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opensourcecu/react-raml/issues"
},
"homepage": "https://github.com/opensourcecu/react-raml",
"devDependencies": {
"webpack": "^1.9.7",
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"react": "^0.13.3",
"ejs": "^2.3.1",
"react-hot-loader": "^1.2.7",
"raml-loader": "0.0.1",
"style-loader": "^0.12.2",
"css-loader": "^0.14.3",
"postcss-loader": "^0.4.3",
"raw-loader": "^0.5.1",
"cosmos-js": "^0.6.3",
"postcss-nested": "^0.3.1",
"postcss-simple-vars": "^0.3.0",
"postcss-import": "^5.2.2",
"babel-plugin-object-assign": "^1.1.0",
"autoprefixer-core": "^5.1.11",
"webpack-dev-server": "^1.9.0",
"extract-text-webpack-plugin": "^0.8.0",
"csswring": "^3.0.5",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"postcss-calc": "^4.0.1",
"object-assign": "^2.0.0",
"lodash": "^3.9.3",
"postcss-color-function": "^1.2.0"
},
"peerDependencies": {
"react": ">= 0.13.3 < 0.14.0"
},
"dependencies": {
"remarkable": "^1.6.0",
"highlight": "^0.2.3",
"highlight.js": "^8.6.0"
}
}