-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.19 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": "amf-website",
"version": "1.0.0",
"description": "Lifx Website website",
"main": "Gulpfile.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests --compilers js:babel-core/register",
"start": "nodemon src/scripts/server.js --exec babel-node --presets es2015,stage-2"
},
"repository": {
"type": "git",
"url": "ssh://git@stash.deependmelbourne.com.au:7999/amf/website.git"
},
"author": "Deepend",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.11",
"browsernizr": "^2.0.1",
"debowerify": "^1.3.1",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.1.2",
"gulp-css-globbing": "^0.1.8",
"gulp-duration": "0.0.0",
"gulp-ejs": "^2.0.0",
"gulp-iconfont": "^5.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-mustache": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-ssh": "^0.5.3",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "^6.1.0",
"imagemin-pngquant": "^4.2.0",
"install": "^0.4.1",
"jquery": "^2.2.0",
"lodash": "^4.2.1",
"magnific-popup": "^1.0.1",
"matter-js": "^0.12.0",
"mocha": "^3.1.2",
"moment": "^2.11.1",
"ng-mask": "^3.0.12",
"node-bourbon": "^4.2.3",
"node-uuid": "^1.4.7",
"nodemon": "^1.11.0",
"npm": "^3.7.1",
"react": "^0.14.5",
"react-addons-css-transition-group": "^0.14.5",
"react-dom": "^0.14.5",
"react-input-calendar": "^0.1.20",
"react-redux": "^4.4.5",
"react-throttle-render": "^2.0.0",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"require-dir": "^0.3.0",
"sinon": "^2.0.0-pre.4",
"slick-carousel": "^1.5.8",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"browser": {
"jquery-validate": "./node_modules/jquery-validation/dist/jquery.validate.js"
},
"browserify": {
"transform": [
"browserify-shim",
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
]
]
},
"browserify-shim": {
"jquery-validate": {
"depends": [
"jQuery"
]
}
},
"dependencies": {
"body-parser": "^1.15.2",
"circular-json": "^0.3.1",
"express": "^4.14.0",
"matter-js": "^0.12.0",
"mousse": "^0.3.1",
"react-addons-css-transition-group": "^0.14.8",
"react-bootstrap": "^0.30.8",
"react-overlays": "^0.6.12",
"sockjs": "^0.3.18",
"sockjs-client": "^1.1.1",
"tinycolor2": "^1.4.1",
"underscore": "^1.8.3",
"uuid": "^2.0.3"
}
}