-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.79 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
{
"name": "marketplace",
"version": "1.0.0",
"description": "The demo marketplace UI",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js --ext .jsx .",
"flow": "./node_modules/.bin/flow check",
"run": "./node_modules/.bin/gulp dev",
"build": "NODE_ENV=production gulp build",
"test": "./node_modules/.bin/mocha"
},
"author": "FoxCommerce",
"license": "FoxCommerce License",
"devDependencies": {
"autoprefixer": "^6.3.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.9.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"css-modulesify": "github:anru/css-modulesify#fix/node-path",
"del": "^2.2.2",
"dot": "^1.0.3",
"envify": "^3.4.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.16.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-no-console-log": "^2.0.0",
"eslint-plugin-react": "^6.2.0",
"flow-bin": "^0.32.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"postcss-css-variables": "^0.5.1",
"postcss-cssnext": "^2.4.0",
"postcss-devtools": "^1.0.0",
"postcss-import": "^8.0.2",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"autosize": "^3.0.17",
"aws-sdk": "^2.6.7",
"axios": "^0.14.0",
"babel-register": "^6.9.0",
"classnames": "^2.2.3",
"core-decorators": "^0.12.3",
"history": "^4.0.0",
"koa": "^1.1.2",
"koa-better-static": "^1.0.5",
"koa-favicon": "^1.2.0",
"koa-onerror": "^2.0.0",
"koa-proxy": "^0.6.0",
"localStorage": "^1.0.3",
"lodash": "^4.16.2",
"react": "^15.2.0",
"react-addons-css-transition-group": "^15.3.1",
"react-dom": "^15.2.0",
"react-input-mask": "^0.7.5",
"react-redux": "^4.4.0",
"react-router": "^2.7.0",
"react-router-redux": "^4.0.5",
"react-widgets": "^3.4.4",
"redux": "^3.3.1",
"redux-act": "^1.0.0",
"redux-form": "^6.0.2",
"redux-isomorphic-render": "^1.0.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"sprout-data": "^0.2.3"
}
}