forked from aredotna/ervell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 4.99 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
{
"name": "ervell",
"version": "0.0.1",
"private": true,
"scripts": {
"assets": "sh scripts/assets.sh",
"deploy": "sh scripts/deploy.sh",
"predeploy": "sh scripts/predeploy.sh",
"deploy-staging": "sh scripts/deploy-staging.sh",
"deploy-storybook": "storybook-to-ghpages",
"mocha": "sh scripts/mocha.sh",
"test": "sh scripts/test.sh",
"start-dev": "foreman start -f Procfile.dev",
"lint": "eslint --ext .js .",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"engines": {
"node": "8.x.x",
"yarn": "1.x.x"
},
"dependencies": {
"@artsy/express-reloadable": "^1.4.0",
"airbrake-js": "^1.4.0",
"apollo-client-preset": "^1.0.8",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.3",
"apollo-link-state": "^0.4.1",
"artsy-error-handler": "git://github.com/artsy/artsy-error-handler.git",
"axios": "^0.16.2",
"axis": "*",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-inline-react-svg": "^0.5.2",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-styled-components": "^1.5.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"backbone": "*",
"backbone-fetch-cache": "*",
"backbone-super-sync": "*",
"backbone.conduit": "^1.0.0",
"backbone.localstorage": "^1.1.16",
"bluebird": "^3.5.1",
"bluebird-q": "^2.1.1",
"blueimp-file-upload": "git://github.com/arenahq/jQuery-File-Upload.git",
"body-parser": "*",
"bucket-assets": "aredotna/bucket-assets.git#d253febf7c658673c036afc85d034572011135e4",
"cheerio": "^0.22.0",
"coffee-loader": "^0.9.0",
"coffee-register": "^0.1.3",
"coffeescript": "1.11.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "*",
"cookie-session": "*",
"cookies": "^0.5.0",
"cookies-js": "https://registry.npmjs.org/cookies-js/-/cookies-js-1.2.2.tgz",
"copy-to-clipboard": "^3.0.8",
"diacritics": "*",
"express": "^4.15.4",
"express-spam-referral-blocker": "^1.2.1",
"express-subdomain": "^1.0.4",
"fastclick": "^1.0.6",
"feed": "^0.2.6",
"forever": "*",
"global": "^4.3.2",
"graphql": "^0.13.2",
"graphql-anywhere": "^4.1.3",
"graphql-tag": "^2.7.3",
"http-proxy-middleware": "^0.17.4",
"imagesloaded": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"jade": "*",
"jeet": "*",
"jquery": "*",
"jquery.finger": "*",
"jquery.transition": "git://github.com/dzucconi/jquery.transition.git",
"jquery.ui.widget": "*",
"json-loader": "^0.5.7",
"marked": "^0.3.8",
"moment": "*",
"morgan": "^1.7.0",
"mousetrap": "^1.6.1",
"multer": "^1.3.0",
"nib": "*",
"numeraljs": "^1.5.6",
"parse-domain": "^0.2.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.6.0",
"pug": "^2.0.0-rc.4",
"pug-loader": "damassi/pug-loader#02921c5",
"qlimit": "^0.1.1",
"qs": "6.5.1",
"query-params": "*",
"react": "^16.3.0",
"react-apollo": "^2.1.6",
"react-dom": "^16.3.0",
"react-router-dom": "^4.2.2",
"react-slick": "^0.19.0",
"react-swipeable": "^4.2.0",
"react-waypoint": "^8.0.1",
"redis": "*",
"rupture": "*",
"s3-policy": "*",
"scroll-frame": "1.0.0",
"serve-favicon": "^2.3.0",
"sharify": "*",
"sortablejs": "^1.6.0",
"striptags": "^2.2.1",
"styled-components": "^3.1.6",
"styled-system": "^2.3.2",
"stylus": "^0.54.5",
"superagent": "^3.6.0",
"throng": "^4.0.0",
"underscore": "*",
"underscore.deep": "^0.5.1",
"underscore.string": "*",
"validator": "*",
"waypoints": "^4.0.1",
"webpack-hot-middleware": "^2.21.0",
"withinviewport": "^1.0.0",
"xss": "^0.3.4"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-options": "^3.4.8",
"@storybook/react": "^3.4.6",
"@storybook/storybook-deployer": "^2.3.0",
"@types/express": "^4.11.1",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.40",
"@types/react-dom": "^15.5.7",
"apollo-storybook-react": "^0.1.4",
"babel-eslint": "^8.2.1",
"benv": "*",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"ezel-assets": "git://github.com/arenahq/ezel-assets.git",
"faker": "^4.1.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"graphql-tools": "^3.0.2",
"html5": "*",
"mocha": "*",
"progress-bar-webpack-plugin": "^1.10.0",
"rewire": "https://registry.npmjs.org/rewire/-/rewire-2.5.2.tgz",
"should": "*",
"sinon": "*",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-notifier": "^1.5.1"
},
"optionalDependencies": {
"fsevents": "*"
}
}