░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/ui/engine
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: package.json
{ "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" ], "rules": { "react-hooks/rules-of-hooks": "off", "prettier/prettier": "off", "semi": "off", "@typescript-eslint/semi": [1, "always"], "quotes": [1, "single"] } } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 capabilities/
DIR
—
2023-09-24 03:36
📄 engine.d.ts
TS
1 KB
2023-09-24 03:36
EDIT
📄 index.ts
TS
799 B
2023-09-24 03:36
EDIT
📄 package.json
JSON
1.1 KB
2023-09-24 03:36
EDIT
📄 tsconfig.json
JSON
1.3 KB
2023-09-24 03:36
EDIT