forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.71 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
{
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "0.16.1",
"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": {
"accounting-js": "^1.1.1",
"authorize-net": "github:ongoworks/node-authorize-net",
"autonumeric": "^1.9.45",
"autosize": "^3.0.17",
"avalara-taxrates": "^1.0.1",
"bcrypt": "^0.8.7",
"bootstrap": "^3.3.7",
"braintree": "^1.41.0",
"bunyan": "^1.8.1",
"bunyan-format": "^0.2.1",
"classnames": "^2.2.5",
"country-data": "0.0.27",
"css-annotation": "^0.6.2",
"domkit": "0.0.1",
"faker": "^3.1.0",
"fibers": "^1.0.13",
"font-awesome": "^4.6.3",
"griddle-react": "^0.6.1",
"i18next": "^3.4.2",
"i18next-browser-languagedetector": "^1.0.0",
"i18next-localstorage-cache": "^0.3.0",
"i18next-sprintf-postprocessor": "^0.2.2",
"jquery": "^3.1.0",
"jquery-i18next": "^1.0.1",
"later": "^1.2.0",
"lodash": "^4.16.0",
"meteor-node-stubs": "^0.2.3",
"moment": "^2.14.1",
"moment-timezone": "^0.5.4",
"money": "^0.2.0",
"node-geocoder": "^3.15.0",
"nodemailer": "^2.6.4",
"nodemailer-wellknown": "^0.2.0",
"paypal-rest-sdk": "^1.6.9",
"postcss": "^5.2.0",
"postcss-js": "^0.1.3",
"react": "^15.3.0",
"react-addons-pure-render-mixin": "^15.3.0",
"react-autosuggest": "^5.1.2",
"react-bootstrap": "^0.30.3",
"react-color": "^2.3.0",
"react-dom": "^15.3.0",
"react-komposer": "^1.13.1",
"react-simple-di": "^1.2.0",
"react-textarea-autosize": "^4.0.5",
"sortablejs": "^1.4.2",
"stripe": "^4.11.0",
"sweetalert2": "^4.3.3",
"swiper": "^3.3.1",
"tether-drop": "^1.4.2",
"tether-tooltip": "^1.2.0",
"transliteration": "^1.1.9",
"url": "^0.11.0"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-eslint": "^6.1.2",
"babel-preset-stage-2": "^6.13.0",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.2",
"js-yaml": "^3.6.1",
"react-addons-test-utils": "^15.3.1",
"wdio-mocha-framework": "^0.4.2",
"webdriverio": "^4.2.3"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}