-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.44 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
{
"name": "@goodybag/cater-web",
"version": "1.5.5",
"scripts": {
"prepublish": "make clean && NODE_ENV=production make final",
"test": "eslint app && NODE_ENV=test mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:goodybag/cater-web.git"
},
"bugs": {
"url": "https://github.com/goodybag/cater-web/issues"
},
"homepage": "https://github.com/goodybag/cater-web",
"dependencies": {
"@goodybag/models-order": "^1.1.0",
"@goodybag/react-pickadate": "^1.3.0",
"babel-polyfill": "^6.5.0",
"babel-runtime": "^6.3.19",
"bluebird": "^2.10.2",
"classnames": "^2.2.1",
"cookie-signature": "^1.0.6",
"core-js": "^1.2.0",
"diet-tags": "goodybag/diet-tags",
"express": "^4.13.3",
"flux": "^2.1.1",
"fuzzysearch": "^1.0.3",
"hiroshima": "^2.4.6",
"intl": "^1.0.1",
"link-delegate": "0.0.1",
"lodash": "^3.10.1",
"moment-timezone": "^0.4.0",
"nagoya": "^1.2.0",
"polyfill-service": "^2.2.0",
"react": "^0.14.0-rc1",
"react-addons-css-transition-group": "^0.14.0-rc1",
"react-addons-transition-group": "^0.14.2",
"react-dom": "^0.14.0-rc1",
"react-intl": "^2.0.0-pr-3",
"source-map-support": "^0.3.2",
"superagent": "^1.4.0",
"tokyo": "^2.1.2",
"validator": "^4.3.0",
"yokohama": "^1.4.3"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.3.21",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.4.5",
"babel-plugin-transform-es2015-computed-properties": "^6.5.2",
"babel-plugin-transform-es2015-destructuring": "^6.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
"babel-plugin-transform-es2015-parameters": "^6.4.5",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.5.2",
"babel-plugin-transform-es2015-template-literals": "^6.5.2",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"cssnano-cli": "^1.0.3",
"eslint": "^1.6.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.5.1",
"exorcist": "^0.4.0",
"expect": "^1.8.0",
"gulp": "^3.9.0",
"gulp-awspublish": "^3.0.1",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-newer": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.8.21",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"json-loader": "^0.5.2",
"less-plugin-npm-import": "^2.1.0",
"mocha": "^2.2.5",
"nodemon": "^1.8.1",
"rev-all": "0.0.0",
"sourceify": "0.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"files": [
"server.js",
"index.js",
"dist",
"npm-shrinkwrap.json"
],
"license": "UNLICENSED",
"browserify": {
"transform": [
"babelify"
]
}
}