-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.84 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
{
"name": "@foxcomm/storefront-react",
"version": "1.5.1",
"description": "FoxCommerce Storefront React UI Library",
"main": "lib/index.js",
"scripts": {
"build": "make build",
"flow": "flow check"
},
"publishConfig": {
"registry": "https://npm.foxcommerce.com:4873"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/FoxComm/storefront.react.js.git"
},
"keywords": [
"storefront",
"react",
"ecommerce"
],
"author": "FoxCommerce",
"license": "ISC",
"bugs": {
"url": "https://github.com/FoxComm/storefront.react.js/issues"
},
"homepage": "https://github.com/FoxComm/storefront.react.js#readme",
"devDependencies": {
"@foxcomm/babel-plugin-react-stylenames": "^3.1.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.5.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.1",
"css-modules-loader-core": "^1.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"file-loader": "^0.11.1",
"flow-bin": "^0.48.0",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgmin": "^1.2.4",
"postcss": "5.x.x",
"postcss-cssnext": "^2.10.0",
"postcss-loader": "^2.0.5",
"postcss-modules-local-by-default": "^1.2.0",
"postcss-modules-scope": "^1.1.0",
"prettier": "^1.4.4",
"react": "^15.6.1",
"react-docgen": "^2.15.0",
"react-dom": "^15.6.1",
"react-styleguidist": "^5.2.1",
"style-loader": "^0.17.0",
"through2": "^2.0.3",
"unionfs": "^0.0.9",
"vinyl-file": "^3.0.0",
"webpack": "^3.0.0",
"webpack-svgstore-plugin": "^4.0.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@foxcomm/api-js": "^1.3.0",
"@foxcomm/wings": "^1.9.12",
"classnames": "^2.2.5",
"core-decorators": "^0.19.0",
"currency-symbol-map": "^4.0.0",
"dom-scroll-into-view": "^1.2.1",
"hoist-non-react-statics": "^1.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"postcss-assets": "^4.1.0",
"postcss-css-variables": "^0.7.0",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.0.2",
"react-image-gallery": "^0.8.0",
"react-redux": "^5.0.5",
"react-router": "2",
"react-text-mask": "^5.0.2",
"redux": "^3.6.0",
"sprout-data": "^0.2.3"
}
}