-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
61 lines (61 loc) · 1.59 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
{
"name": "@bynder/bynder-js-sdk",
"version": "2.3.9",
"description": "Bynder Javascript SDK",
"main": "./dist/bynder-js-sdk.js",
"scripts": {
"test": "jest",
"build": "gulp babel",
"prepublish": "gulp babel"
},
"author": "Bynder",
"license": "MIT",
"files": [
"dist/bynder-js-sdk.js"
],
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "~3.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-jsdoc3": "^2.0.0",
"jest": "^24.9.0",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"webpack": "^4.41.0"
},
"dependencies": {
"axios": "^0.27.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"elliptic": "6.5.4",
"handlebars": "4.7.7",
"ini": "1.3.8",
"is-url": "^1.2.4",
"isomorphic-form-data": "^1.0.0",
"proper-url-join": "^1.2.0",
"query-string": "6.14.1",
"simple-oauth2": "^2.5.1",
"ssri": "6.0.2",
"websocket-extensions": "0.1.4",
"y18n": "4.0.3",
"yargs-parser": "13.1.2"
},
"resolutions": {
"graceful-fs": "^4.2.4",
"lodash": "^4.17.21",
"@hapi/hoek": "8.5.0"
},
"repository": "[email protected]:Bynder/bynder-js-sdk.git"
}