forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 5.3 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "1.4.2",
"main": "main.js",
"directories": {
"test": "tests"
},
"homepage": "https://github.com/reactioncommerce/reaction",
"url": "https://github.com/reactioncommerce/reaction",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/reactioncommerce/reaction.git"
},
"author": "Reaction Commerce <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/reactioncommerce/reaction/issues"
},
"dependencies": {
"@reactioncommerce/authorize-net": "^1.0.8",
"@reactioncommerce/nodemailer": "^5.0.4",
"accounting-js": "^1.1.1",
"amplify-store": "^0.1.0",
"autoprefixer": "^7.1.1",
"autosize": "^3.0.20",
"babel-runtime": "^6.23.0",
"bootstrap": "^3.3.7",
"braintree": "^2.0.2",
"bunyan": "^2.0.0",
"bunyan-format": "^0.2.1",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.6",
"country-data": "^0.0.31",
"create-react-class": "^15.6.0",
"css-annotation": "^0.6.2",
"deep-diff": "^0.3.4",
"dnd-core": "^2.3.0",
"faker": "^4.1.0",
"fibers": "^1.0.15",
"flatten-obj": "^3.1.0",
"font-awesome": "^4.7.0",
"handlebars": "^4.0.6",
"history": "^4.6.1",
"i18next": "8.4.2",
"i18next-browser-languagedetector": "^2.0.0",
"i18next-localstorage-cache": "^1.1.0",
"i18next-sprintf-postprocessor": "^0.2.2",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"jquery-i18next": "^1.2.0",
"later": "^1.2.0",
"lodash": "^4.17.4",
"lodash.pick": "^4.4.0",
"match-sorter": "^1.8.0",
"meteor-node-stubs": "^0.2.11",
"moment": "^2.18.1",
"moment-timezone": "^0.5.11",
"nexmo": "^2.0.2",
"node-geocoder": "^3.16.0",
"node-loggly-bulk": "^2.0.0",
"nodemailer-wellknown": "^0.2.1",
"nouislider-algolia-fork": "^10.0.0",
"path-to-regexp": "^1.7.0",
"paypal-rest-sdk": "^1.7.1",
"postcss": "^6.0.2",
"postcss-js": "^1.0.0",
"prerender-node": "^2.7.0",
"prop-types": "https://registry.npmjs.org/prop-types/-/prop-types-15.5.8.tgz",
"query-parse": "^1.0.0",
"radium": "^0.19.1",
"react": "15.4.2",
"react-addons-create-fragment": "15.4.2",
"react-addons-pure-render-mixin": "15.4.2",
"react-addons-shallow-compare": "^15.6.0",
"react-autosuggest": "^9.0.0",
"react-avatar": "^2.3.0",
"react-color": "^2.11.4",
"react-copy-to-clipboard": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.0.tgz",
"react-dnd": "^2.3.0",
"react-dnd-html5-backend": "^2.3.0",
"react-dom": "15.4.2",
"react-dropzone": "^3.12.3",
"react-helmet": "^5.0.1",
"react-komposer": "^2.0.0",
"react-measure": "^1.4.6",
"react-nouislider": "^2.0.0",
"react-onclickoutside": "^5.10.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-select": "^1.0.0-rc.3",
"react-simple-di": "^1.2.0",
"react-table": "^6.3.0",
"react-taco-table": "^0.5.0",
"react-tether": "^0.5.6",
"react-textarea-autosize": "^4.0.5",
"shippo": "^1.2.0",
"sortablejs": "^1.5.1",
"stripe": "^4.16.0",
"sweetalert2": "^6.4.4",
"swiper": "^3.4.2",
"tether-drop": "^1.4.2",
"tether-tooltip": "^1.2.0",
"transliteration": "github:reactioncommerce/transliteration",
"twilio": "^3.4.0",
"url": "^0.11.0",
"velocity-animate": "^1.5.0",
"velocity-react": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "^20.0.3",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-module-resolver": "^2.7.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"browserstack-local": "^1.3.0",
"chai": "^4.0.2",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"eslint": "^4.2.0",
"eslint-plugin-react": "^7.1.0",
"jest": "^20.0.4",
"js-yaml": "^3.8.2",
"react-addons-test-utils": "15.4.2"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
},
"scripts": {
"test": "jest"
},
"jest": {
"moduleNameMapper": {
"^/lib(.*)": "<rootDir>/lib/$1",
"^/imports/plugins(.*)": "<rootDir>/imports/plugins/$1",
"^/client/api(.*)": "<rootDir>/imports/test-utils/__mocks__/client/api$1",
"^meteor/aldeed:simple-schema": "<rootDir>/imports/test-utils/__mocks__/meteor/aldeed-simple-schema",
"^meteor/tmeasday:publish-counts": "<rootDir>/imports/test-utils/__mocks__/meteor/aldeed-simple-schema",
"^meteor/(.*)": "<rootDir>/imports/test-utils/__mocks__/meteor/$1"
}
},
"babel": {
"plugins": [
"lodash", [
"module-resolver",
{
"root": [
"./"
],
"alias": {
"underscore": "lodash",
"@reactioncommerce/reaction-ui": "./imports/plugins/core/ui/client/components",
"@reactioncommerce/reaction-router": "./imports/plugins/core/router/lib",
"@reactioncommerce/reaction-collections": "./imports/plugins/core/collections"
}
}
]
],
"presets": [
"es2015",
"react",
"stage-2"
]
}
}