-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
110 lines (110 loc) · 3.37 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "robe-react-ui",
"version": "1.1.37",
"description": "Robe React UI Components",
"main": "lib/index.js",
"engines": {
"npm": ">=3.0.0",
"node": ">=6.0.0"
},
"scripts": {
"test": "node tools/commands/test.js --coverage -p 3001",
"testd": "node tools/commands/test.js -i -p 3001",
"testdc": "node tools/commands/test.js --coverage -i -p 3001",
"docs": "NODE_ENV=docs ./node_modules/.bin/esdoc -c esdoc.json",
"codecov": "NODE_ENV=codecov cat coverage/lcov.info | codecov",
"build": "node ./config/prebuild.js ./lib & babel ./src --out-dir ./lib --copy-files",
"site": "node ./config/prebuild.js ./docs & webpack --config config/webpack.config.site.js --progress --profile --colors",
"start": "webpack-dev-server --config config/webpack.site.dev.js --colors",
"prod": "node ./config/server/start.js 3000 & http-server ./docs"
},
"docs": "./nreact-highlightode_modules/.bin/esdoc -c esdoc.json",
"repository": "https://github.com/robeio/robe-react-ui.git",
"keywords": [
"react",
"es6",
"eslint",
"flowcheck",
"karma",
"dev",
"test",
"prod"
],
"license": "MIT",
"devDependencies": {
"app-root-path": "2.0.1",
"babel-cli": "6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "7.2.1",
"babel-loader": "6.4.1",
"babel-plugin-__coverage__": "11.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-doc-gen": "0.0.21",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-register": "6.24.0",
"bluebird": "3.5.0",
"body-parser": "1.17.1",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"colors": "1.1.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.0",
"electron": "1.6.2",
"electron-mocha": "^3.4.0",
"enzyme": "2.8.0",
"escape-string-regexp": "1.0.5",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.30.4",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"file-loader": "0.11.1",
"http-server": "0.9.0",
"istanbul": "^0.4.5",
"json-loader": "0.5.4",
"lodash": "4.17.4",
"mime": "1.3.4",
"mocha": "3.2.0",
"multer": "1.3.0",
"optimist": "0.6.1",
"portscanner": "2.1.1",
"raw-loader": "0.5.1",
"react-addons-test-utils": "15.4.2",
"react-hot-loader": "1.3.1",
"robe-json-server": "0.8.19",
"sinon": "^2.1.0",
"style-loader": "0.16.1",
"url-loader": "0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"webpack-file-changer": "2.0.1"
},
"dependencies": {
"es6-template-strings": "2.0.1",
"font-awesome": "4.7.0",
"google-map-react": "0.23.0",
"is-js": "0.1.1",
"js-criteria": "1.0.6",
"moment": "2.18.1",
"nprogress": "0.2.0",
"prop-types": "^15.5.10",
"react": "15.5.3",
"react-addons-css-transition-group": "15.4.2",
"react-addons-shallow-compare": "15.4.2",
"react-bootstrap": "0.30.8",
"react-cookie": "1.0.5",
"react-dom": "15.5.3",
"react-highlight": "0.9.0",
"react-quill": "0.4.1",
"react-recaptcha": "2.2.6",
"react-router": "3.0.0",
"robe-ajax": "1.0.1",
"robe-react-commons": "1.0.89",
"zxcvbn": "4.4.2"
}
}