forked from jokamjohn/cloud-vision-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
{
"name": "cloud-vision-explorer",
"version": "1.0.0",
"private": true,
"engines": {
"node": "5.x"
},
"scripts": {
"start": "gulp",
"lint": "gulp lint",
"build": "gulp build"
},
"dependencies": {
"exports-loader": "^0.6.3",
"fbemitter": "^2.0.2",
"file-loader": "^0.8.5",
"gulp-eslint": "^2.0.0",
"imports-loader": "^0.6.5",
"lodash": "^4.4.0",
"node-sass-middleware": "0.9.7",
"node-uuid": "^1.4.7",
"normalize.css": "^3.0.3",
"numeral": "^1.5.3",
"random-js": "^1.0.8",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-inlinesvg": "^0.4.2",
"react-redux": "^4.4.0",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"react-tap-event-plugin": "^0.2.2",
"react-toolbox": "^0.14.2",
"rebass": "^0.2.4",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"three": "^0.74.0",
"tween.js": "^16.3.4"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.1.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-supervisor": "^0.1.2",
"json-loader": "^0.5.4",
"node-cloud-vision-api": "^0.2.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.1.1",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"toolbox-loader": "0.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0"
}
}