-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "top-drawer",
"version": "0.0.1",
"description": "The Top Drawer storefront UI",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js --ext .jsx .",
"flow": "flow check",
"dev": "gulp dev --optimize_for_size --stack_size=4096",
"test": "node_modules/mocha/bin/mocha",
"precompile": "babel src -d lib",
"watch-precompile": "babel src -d lib -w --skip-initial-build"
},
"engines": {
"yarn": "0.23.2"
},
"author": "FoxCommerce",
"license": "?",
"devDependencies": {
"autoprefixer": "^6.3.2",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^4.1.8",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-styles": "file:src/opt/babel-plugin-transform-styles",
"babel-plugin-typecheck": "github:anru/babel-plugin-typecheck#dont-throw-2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"babel-traverse": "^6.23.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browser-sync": "^2.17.3",
"browserify": "^14.1.0",
"chalk": "^1.1.1",
"css-modulesify": "github:anru/css-modulesify#fix/node-path",
"dot": "^1.1.1",
"envify": "^3.4.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-no-console-log": "^1.0.0",
"eslint-plugin-react": "^3.16.1",
"evil-icons": "^1.8.0",
"flow-bin": "^0.23.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-postcss": "^6.1.0",
"gulp-rev": "^7.1.2",
"gulp-rev-delete-original": "^0.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"imagemin-pngquant": "^4.2.0",
"lost": "^6.7.2",
"node-gettext": "^1.0.1",
"node-notifier": "^4.5.0",
"postcss-css-variables": "^0.5.1",
"postcss-cssnext": "^2.4.0",
"postcss-devtools": "^1.0.0",
"postcss-import": "^8.0.2",
"react-proxy": "^1.1.2",
"redux-thunk": "^1.0.3",
"run-sequence": "^1.1.5",
"strip-ansi": "^3.0.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"@foxcomm/api-js": "^1.1.7",
"@foxcomm/wings": "^1.9.11",
"classnames": "^2.2.3",
"core-decorators": "^0.11.0",
"currency-symbol-map": "^2.2.0",
"dom-scroll-into-view": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^5.7.0",
"koa": "^1.1.2",
"koa-better-static": "^1.0.5",
"koa-bodyparser": "^2.3.0",
"koa-log4": "^1.1.0",
"koa-mount": "^1.3.0",
"koa-onerror": "^1.3.1",
"koa-proxy": "foxcomm/koa-proxy",
"koa-router": "^5.4.0",
"lodash": "^4.3.0",
"lodash.flatmap": "^4.2.0",
"marked": "^0.3.6",
"moment": "^2.15.2",
"postcss-url": "^5.1.2",
"react": "^15.2.0",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.2.0",
"react-gestures": "^0.1.8",
"react-redux": "^4.4.0",
"react-router": "^2.7.0",
"react-router-active-component": "^4.0.0",
"react-router-redux": "^3.0.0",
"react-router-scroll": "^0.2.0",
"react-router-sitemap": "github:nitinan59/react-router-sitemap#2680a01b6fef016bd55b082d63bbd8fcf232d8c9",
"react-text-mask": "^0.19.0",
"recast": "^0.11.4",
"reduce-reducers": "^0.1.2",
"redux": "^3.3.1",
"redux-act": "1.1.0",
"redux-isomorphic-render": "^1.2.1",
"redux-logger": "^2.7.4",
"reselect": "^2.1.0",
"sprout-data": "^0.2.3",
"zipcodes": "^2.0.0"
}
}