-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.88 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
{
"name": "@bynder/bynder-js-sdk",
"version": "2.5.0",
"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/core": "^7.26.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "^5.0.0",
"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": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-jsdoc3": "^3.0.0",
"jest": "^28.1.3",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"webpack": "^4.44.2"
},
"dependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"axios": "^0.28.0",
"elliptic": "6.6.1",
"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": "^3.4.0",
"ssri": "6.0.2",
"websocket-extensions": "0.1.4",
"y18n": "4.0.3",
"yargs-parser": "13.1.2"
},
"resolutions": {
"braces": "^3.0.3",
"graceful-fs": "^4.2.4",
"lodash": "^4.17.21",
"json5": "2.2.3",
"micromatch": "4.0.8",
"postcss": "8.4.31",
"sanitize-html": "2.12.1",
"send": "0.19.0",
"serialize-javascript": "6.0.2"
},
"repository": "[email protected]:Bynder/bynder-js-sdk.git"
}