-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
108 lines (108 loc) · 3.06 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
{
"name": "react-starter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"mixpanel-browser": "^2.22.0",
"actioncable": "5.0.1",
"babel-polyfill": "^6.6.1",
"event-stream": "^3.3.2",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.1",
"lodash.camelcase": "^4.1.0",
"lodash.debounce": "^4.0.3",
"react-autosize-textarea": "^0.3.4",
"react-helmet": "^3.1.0",
"react-scroll": "^1.4.7",
"thenify": "^3.2.0",
"url-join": "1.1.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.3.5",
"classnames": "^2.2.3",
"debug": "^2.2.0",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs": "^0.8.1",
"foundation-sites": "^6.2.3",
"grapnel": "^0.6.3",
"gulp": "^3.9.1",
"gulp-clone": "^1.0.0",
"gulp-cond": "^1.0.0",
"gulp-connect": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^2.3.0",
"gulp-plumber": "^1.1.0",
"gulp-process-env": "0.0.1",
"gulp-shell": "^0.5.2",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.7",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.3.5",
"http-proxy-middleware": "^0.17.0",
"invariant": "^2.2.1",
"isomorphic-fetch": "^2.2.1",
"jasmine-ajax": "^3.2.0",
"jasmine_dom_matchers": "^1.4.0",
"jquery": "^2.2.1",
"lodash.camelcase": "^4.1.0",
"lodash.debounce": "^4.0.3",
"material-ui": "^0.16.0",
"merge-stream": "^1.0.0",
"mock-promises": "^0.8.0",
"moment": "^2.15.2",
"motion-ui": "^1.2.2",
"npm": "^3.7.5",
"p-flux": "^1.0.1",
"phantomjs-prebuilt": "^2.1.7",
"pivotal-js-jasmine-matchers": "0.0.17",
"portfinder": "^1.0.2",
"pui-cursor": "^3.0.3",
"pui-react-tools": "^2.0.3",
"qs": "^5.2.0",
"react": "^15.3.0",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.3.0",
"react-google-login": "^2.5.2",
"react-slick": "^0.14.4",
"react-tap-event-plugin": "^2.0.0",
"require-dir": "^0.3.2",
"rosie": "^1.3.0",
"run-sequence": "^1.1.5",
"selenium-standalone": "^5.0.0",
"strong-wait-till-listening": "^1.0.2",
"thenify": "^3.2.0",
"through2": "^2.0.1",
"url-join": "1.1.0",
"webdriverio": "^4.0.3",
"webpack-stream": "^3.1.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp spec",
"start": "./node_modules/.bin/gulp foreman"
},
"repository": {
"type": "git",
"url": "https://github.com/pivotal-cf/pui-react-starter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pivotal-cf/pui-react-starter/issues"
},
"homepage": "https://github.com/pivotal-cf/pui-react-starter"
}