-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
120 lines (120 loc) · 3.86 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
111
112
113
114
115
116
117
118
119
120
{
"name": "material-ui-docs",
"version": "0.14.3",
"description": "Documentation site for material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"engines": {
"node": ">=4"
},
"private": true,
"scripts": {
"start": "npm run browser:development",
"browser:development": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"browser:build": "NODE_ENV=docs-production webpack --config webpack-production.config.js --progress --colors --profile",
"browser:prd": "NODE_ENV=docs-production webpack-dev-server --config webpack-production.config.js --progress --colors --profile",
"native:development": "node_modules/react-native/packager/packager.sh --reset-cache",
"android:setup-port": "adb reverse tcp:8081 tcp:8081"
},
"dependencies": {
"async": "^1.5.2",
"babel-core": "^6.3.21",
"babel-polyfill": "^6.3.14",
"brace": "^0.7.0",
"coffee-react-transform": "^3.3.0",
"coffee-script": "^1.10.0",
"es6-promise": "^3.1.2",
"exports-loader": "^0.6.3",
"highcharts-exporting": "0.0.8",
"highcharts-more": "0.0.8",
"imports-loader": "^0.6.5",
"install": "^0.4.4",
"js-yaml": "^3.5.3",
"lodash": "^3.10.1",
"lumenize": "^1.0.4",
"material-ui": "^0.14.4",
"react-ace": "^3.1.0",
"react-data-grid": "^0.14.15",
"react-highcharts": "^6.0.0",
"rfc6902-json-diff": "^0.1.2",
"superagent": "^1.7.2",
"whatwg-fetch": "^0.11.0",
"zxcvbn": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-react-inline-elements": "^6.3.13",
"babel-plugin-transform-react-remove-prop-types": "^0.1.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^6.3.19",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browserify-istanbul": "^0.2.1",
"browserify-shim": "^3.8.12",
"chai": "^3.2.0",
"cjsx-loader": "^2.1.0",
"coffee-loader": "^0.7.2",
"coffee-react": "^4.1.0",
"css-loader": "^0.23.0",
"doctrine": "^1.1.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.13.0",
"esutils": "^1.1.6",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-if": "^2.0.0",
"highlight.js": "^9.0.0",
"history": "1.13.x",
"html-webpack-plugin": "^1.6.1",
"intl": "^1.0.1",
"intl-locales-supported": "^1.0.0",
"json-loader": "^0.5.4",
"karma": "^0.13.3",
"karma-browserify": "^4.2.1",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"marked": "^0.3.5",
"mocha": "^2.2.5",
"nodeunit": "^0.9.1",
"phantomjs": "^1.9.17",
"raw-loader": "^0.5.1",
"react-addons-linked-state-mixin": "^0.14.0",
"react-addons-perf": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-docgen": "^2.4.0",
"react-hot-loader": "^1.3.0",
"react-motion": "^0.3.1",
"react-native": "^0.17.0",
"react-router": "1.0.2",
"react-swipeable-views": "^0.3.0",
"recast": "^0.10.39",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.4.3",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"style-loader": "0.13.0",
"transfer-webpack-plugin": "^0.1.4",
"transform-loader": "^0.2.3",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1"
}
}