UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@instructure/ui-babel-preset",
3 "version": "8.32.1",
4 "description": "A UI babel preset made by Instructure Inc.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "main": "./lib/index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/instructure/instructure-ui.git"
10 },
11 "homepage": "https://instructure.github.io/instructure-ui/",
12 "bugs": "https://github.com/instructure/instructure-ui/issues",
13 "scripts": {
14 "lint": "run -T ui-test --lint",
15 "lint:fix": "run -T ui-test --lint --fix"
16 },
17 "license": "MIT",
18 "dependencies": {
19 "@babel/core": "^7.18.2",
20 "@babel/plugin-proposal-class-properties": "^7.8.3",
21 "@babel/plugin-proposal-decorators": "^7.8.3",
22 "@babel/plugin-proposal-export-default-from": "^7.8.3",
23 "@babel/plugin-proposal-optional-chaining": "^7.8.3",
24 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
25 "@babel/plugin-transform-classes": "^7.9.5",
26 "@babel/plugin-transform-destructuring": "^7.9.5",
27 "@babel/plugin-transform-react-constant-elements": "^7.9.0",
28 "@babel/plugin-transform-react-display-name": "^7.8.3",
29 "@babel/plugin-transform-runtime": "^7.13.10",
30 "@babel/preset-env": "^7.9.5",
31 "@babel/preset-react": "^7.9.4",
32 "@babel/preset-typescript": "^7.13.0",
33 "@babel/runtime": "^7.13.10",
34 "@instructure/babel-plugin-transform-imports": "8.32.1",
35 "@instructure/browserslist-config-instui": "8.32.1",
36 "babel-loader": "^8.1.0",
37 "babel-plugin-dynamic-import-node": "^2.3.0",
38 "babel-plugin-istanbul": "^6.0.0",
39 "babel-plugin-macros": "^3",
40 "babel-plugin-transform-ensure-ignore": "^0.1.0",
41 "babel-plugin-transform-remove-console": "^6.9.4",
42 "babel-plugin-transform-undefined-to-void": "^6.9.4",
43 "core-js": "3.26.1"
44 },
45 "publishConfig": {
46 "access": "public"
47 }
48}