-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.1 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
{
"name": "react-starter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"connect-history-api-fallback": "^1.3.0",
"cors": "^2.8.3",
"react-graph-vis": "^0.1.2"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bluebird": "^3.4.6",
"classnames": "^2.2.5",
"debug": "^2.2.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"extract-text-webpack-plugin": "git+https://[email protected]/digitalkaoz/extract-text-webpack-plugin#5b082b0bac0e068e9246d67c5cf6edeac3a5675b",
"fbjs": "^0.8.5",
"foreman": "^2.0.0",
"from2": "^2.3.0",
"grapnel": "^0.6.4",
"gulp": "^3.9.1",
"gulp-clone": "^1.0.0",
"gulp-cond": "^1.0.0",
"gulp-connect": "^5.0.0",
"gulp-env": "^0.4.0",
"gulp-if": "^2.0.1",
"gulp-jasmine": "^2.4.2",
"gulp-jasmine-browser": "^1.7.1",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-process-env": "0.0.2",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.7",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.3.10",
"html-webpack-include-assets-plugin": "^0.0.5",
"html-webpack-plugin": "^2.28.0",
"invariant": "^2.2.1",
"isomorphic-fetch": "^2.2.1",
"jasmine-ajax": "^3.2.0",
"jasmine-async-suite": "^0.0.7",
"jasmine_dom_matchers": "^1.4.0",
"jquery": "^3.1.1",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"merge-stream": "^1.0.0",
"mock-promises": "^0.8.0",
"npm": "^4.1.1",
"p-flux": "^1.1.0",
"phantomjs-prebuilt": "^2.1.13",
"pivotal-js-jasmine-matchers": "0.0.18",
"pivotal-js-react-test-helpers": "^0.0.20",
"portfinder": "^1.0.9",
"postcss-loader": "^1.3.3",
"pui-cursor": "^3.0.4",
"pui-react-tools": "^2.0.3",
"qs": "^5.2.0",
"react": "^15.6.1",
"react-addons-test-utils": "~15.4.0",
"react-dom": "~15.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"recluster": "^0.4.5",
"require-dir": "^0.3.1",
"rosie": "^1.6.0",
"run-sequence": "^1.2.2",
"selenium-standalone": "^5.8.0",
"strong-wait-till-listening": "^1.0.3",
"thenify": "^3.2.1",
"through2": "^2.0.1",
"url-join": "1.1.0",
"vinyl": "^2.0.2",
"webdriverio": "^4.3.0",
"webpack": "^2.3.1",
"webpack-hot-middleware": "^2.15.0",
"webpack-manifest-plugin": "^1.1.0",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp spec",
"start": "node index.js"
},
"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"
}