Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
ui
/
engine
/
Filename :
package.json
back
Copy
{ "name": "@canvas/engine", "version": "1.0.0", "description": "Provides boot-up capabilities to front-end bundles", "private": true, "type": "module", "exports": { ".": "./index.ts" }, "scripts": { "lint": "eslint . --ext .ts,.js", "check": "tsc -p ./tsconfig.json", "build:canvas": "yarn run check && yarn run lint" }, "dependencies": { "@instructure/updown": "^1.3", "@formatjs/intl-getcanonicallocales": "^2", "@formatjs/intl-locale": "^3", "@formatjs/intl-pluralrules": "^5", "@formatjs/intl-datetimeformat": "^6", "@formatjs/intl-numberformat": "^8", "@formatjs/intl-relativetimeformat": "^11" }, "eslintConfig": { "env": { "es6": true, "browser": true }, "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ] } }