-
-
Notifications
You must be signed in to change notification settings - Fork 982
/
package.json
162 lines (162 loc) · 5.93 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
{
"name": "iframe-resizer",
"version": "5.3.2",
"private": true,
"type": "module",
"license": "GPL-3.0",
"homepage": "https://iframe-resizer.com",
"author": {
"name": "David J. Bradshaw",
"email": "[email protected]"
},
"scripts": {
"build:clean": "time npm run build:clobber",
"build:reinstall": "rm -rf node_modules js package-lock.json && npm install",
"build:clobber": "npm run build:reinstall && npm run rollup:prod",
"build:beta": "time npm run rollup:beta",
"build:dev": "time npm run rollup:debug",
"build:prod": "time npm run rollup:prod",
"build:latest": "time npm run rollup:prod",
"build:test": "time npm run test:all",
"eslint": "eslint *.js packages/ **/*.html **/*.jsx --color",
"eslint:fix": "npm run eslint -- --fix",
"eslint:sarif": "eslint packages/ --format @microsoft/sarif --output-file eslint-results.sarif",
"publish": "npm run test:all && time bin/publish.sh latest",
"publish:beta": "npm run test:all && time bin/publish.sh beta",
"rollup:beta": "rollup -c --environment BETA",
"rollup:debug": "rollup -c --environment DEBUG",
"rollup:watch": "rollup -c --environment DEBUG --watch",
"rollup:test": "npm run eslint:fix && rollup -c --environment TEST",
"rollup:test:ci": "rollup -c --environment TEST",
"rollup:prod": "npm run eslint:fix && rollup -c",
"test": "node --trace-deprecation --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test:all": "time npm run rollup:test && npm run test && npm run test:int",
"test:ci": "time npm run rollup:test:ci && npm run test && npm run test:int",
"test:int": "karma start --single-run --browsers ChromeHeadless karma.conf.cjs",
"test:int:watch": "karma start --browsers Chrome karma.conf.cjs",
"upgrade": "time npm-check-updates -i && npm run build"
},
"description": "Keep iframes sized to their content.",
"repository": {
"type": "git",
"url": "git+https://github.com/davidjbradshaw/iframe-resizer.git"
},
"github": "https://github.com/davidjbradshaw/iframe-resizer",
"funding": {
"type": "individual",
"url": "https://iframe-resizer.com/pricing/"
},
"dependencies": {
"@angular/core": "^18.2.12",
"@babel/runtime": "^7.26.0",
"@iframe-resizer/child": "file:./packages/child/",
"@iframe-resizer/core": "file:./packages/core/",
"@iframe-resizer/parent": "file:./packages/parent/",
"@iframe-resizer/react": "file:./packages/react/",
"react": "^18.3.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@vue/compiler-sfc": "^3.5.12",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-adjunct": "^4.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-babel": "^0.2.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-auto": "^0.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-const-case": "^1.2.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-pii": "^1.0.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-xss": "^0.1.12",
"jasmine": "^5.4.0",
"jasmine-core": "^5.4.0",
"jasmine-jquery": "^2.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-jquery": "^0.1.1",
"karma-logcapture-reporter": "0.0.1",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-verbose-summary-reporter": "0.0.1",
"prettier": "^3.3.3",
"requirejs": "^2.3.7",
"rollup": "^4.24.0",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-version-injector": "^1.3.3",
"rollup-plugin-vue": "^6.0.0",
"vite": "^5.4.9"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"iframe",
"Resizing",
"Resizer",
"resize",
"cross",
"same",
"domain",
"width",
"height",
"postMessage",
"mutationObserver",
"resizeObserver",
"RWD",
"CrossDomain",
"responsive"
]
}