-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
{
"name": "react-winjs-demo",
"version": "0.0.2",
"description": "React-WinJS Responsive app",
"repository": {
"type": "git",
"url": ""
},
"browser": {
"plugin": "./src/bundles/vendor/plugin.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {},
"node-copy": [
"node_modules/winjs/css/ui-light.css",
"node_modules/winjs/js/base.min.js",
"node_modules/winjs/js/ui.min.js",
"node_modules/winjs/fonts/Symbols.ttf"
],
"devDependencies": {
"browser-sync": "^2.7.6",
"browserify": "^8.0.2",
"browserify-shim": "^3.8.2",
"del": "^1.1.1",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-gh-pages": "^0.5.1",
"gulp-imagemin": "^0.6.2",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^1.4.2",
"gulp-run": "^1.6.8",
"gulp-sass": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^1.0.0",
"lodash": "^3.9.3",
"ngrok": "^0.1.99",
"pretty-hrtime": "~0.2.1",
"reactify": "^1.1.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.2.1",
"xml2js": "^0.4.9",
"yargs": "^3.10.0"
},
"dependencies": {
"react": "^0.13.3",
"react-winjs": "^1.1.0",
"winjs": "^4.1.0"
}
}