This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
75 lines (75 loc) · 2.23 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
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": "redoc",
"version": "1.0.0",
"description": "Documentation Tool for Reaction",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/reactioncommerce/redoc.git"
},
"scripts": {
"test": "meteor test --driver-package avital:mocha",
"test-app": "meteor test --full-app --driver-package avital:mocha",
"test-ci": "spacejam test-packages --driver-package practicalmeteor:mocha-console-reporter",
"chimp": "node_modules/.bin/chimp --ddp=http://localhost:3000 --mocha --path=tests",
"chimp-watch": "node_modules/.bin/chimp --ddp=http://localhost:3000 --watch --mocha --path=tests"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactioncommerce/redoc/issues"
},
"homepage": "https://github.com/reactioncommerce/redoc",
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"classnames": "^2.2.5",
"clipboard": "^1.5.15",
"cookie-parser": "^1.4.3",
"highlight.js": "^9.8.0",
"history": "^4.4.1",
"jsdoc-parse": "^2.0.5",
"markdown-it": "^8.2.1",
"markdown-it-replace-link": "^1.0.0",
"meteor-promise": "^0.8.0",
"npm": "^4.0.5",
"punycode": "^2.0.1",
"react": "15.4.2",
"react-addons-create-fragment": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-addons-linked-state-mixin": "15.4.2",
"react-addons-perf": "15.4.2",
"react-addons-pure-render-mixin": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-addons-transition-group": "15.4.2",
"react-addons-update": "15.4.2",
"react-cookie": "^1.0.4",
"react-dom": "15.4.2",
"react-helmet": "^3.2.3",
"react-input-autosize": "^1.1.0",
"react-komposer": "^2.0.0",
"react-lazy-load": "^3.0.10",
"react-router": "2.8.1",
"react-select": "^1.0.0-rc.2",
"sha1": "^1.1.1",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-eslint": "^7.1.1",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.8.0"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}