-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 931 Bytes
/
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
{
"name": "@stimulus_reflex/polyfills",
"version": "3.5.0",
"description": "Polyfills to support StimulusReflex in older browsers",
"homepage": "https://docs.stimulusreflex.com/",
"bugs": "https://github.com/stimulusreflex/polyfills/issues",
"repository": "https://github.com/stimulusreflex/polyfills",
"license": "MIT",
"author": "Marco Roth",
"source": "./index.js",
"main": "./index.js",
"scripts": {
"prettier-standard:check": "yarn run prettier-standard --check *.js **/*.js",
"prettier-standard:format": "yarn run prettier-standard *.js **/*.js"
},
"dependencies": {
"@cable_ready/polyfills": "4.4.6",
"@stimulus/polyfills": ">= 1.1.1",
"core-js": "^3.4.0",
"formdata-polyfill": "^3.0.20"
},
"devDependencies": {
"prettier-standard": "^16.4.1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": [
"./index.js",
"./polyfills/**/*.js"
]
}