Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@instructure
/
media-capture-new
/
Filename :
package.json
back
Copy
{ "name": "@instructure/media-capture", "version": "10.0.0", "description": "", "author": "Instructure, Inc. Engineering and Product Design", "main": "./lib/index.js", "module": "./es/index.js", "scripts": { "lint": "ui-test --lint", "lint:fix": "ui-test --lint --fix", "clean": "ui-build --clean", "build": "ui-build --modules es,cjs", "build:watch": "ui-build --modules es,cjs --watch" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.9.5", "@babel/plugin-proposal-optional-chaining": "^7.9.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-classes": "^7.9.5", "@babel/plugin-transform-destructuring": "^7.9.5", "@babel/plugin-transform-react-constant-elements": "^7.9.0", "@babel/plugin-transform-react-display-name": "^7.8.3", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", "@instructure/babel-plugin-worker": "^1.0.0", "babel-loader": "^8.1.0", "babel-plugin-add-import-extension": "^1.4.3", "babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-ensure-ignore": "^0.1.0", "babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-undefined-to-void": "^6.9.4", "core-js": "^3.2.1", "enzyme": "3.11.0", "get-test-media": "^1.0.0", "redux-devtools": "^3.4.1", "sinon": "^8.0.4" }, "dependencies": { "@babel/runtime": "^7.17.2", "@instructure/emotion": "^8", "@instructure/ui-a11y-content": "^8", "@instructure/ui-alerts": "^8", "@instructure/ui-buttons": "^8", "@instructure/ui-color-utils": "^8", "@instructure/ui-dom-utils": "^8", "@instructure/ui-drilldown": "^8", "@instructure/ui-grid": "^8", "@instructure/ui-icons": "^8", "@instructure/ui-menu": "^8", "@instructure/ui-responsive": "^8", "@instructure/ui-simple-select": "^8", "@instructure/ui-spinner": "^8", "@instructure/ui-text": "^8", "@instructure/ui-text-input": "^8", "@instructure/ui-truncate-text": "^8", "@instructure/ui-view": "^8", "@instructure/uid": "^8", "keycode": "^2.2.0", "luxon": "^0.3.1", "prop-types": "^15", "react-redux": "^8.1.3", "redux": "^4.1.2", "redux-thunk": "^2.4.2", "ts-ebml": "^2.0.2" }, "peerDependencies": { "react": ">=16.8 <=17" }, "publishConfig": { "access": "public" }, "sideEffects": false, "browserslist": [ "last 2 chrome versions", "last 2 firefox versions", "last 2 edge versions", "last 2 ios versions", "last 2 opera versions", "last 2 safari versions", "last 2 ChromeAndroid versions" ], "gitHead": "be7095515463f2ce6a5547ca78bf3280d7b305e8" }