forked from Shopify/web-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.4 KB
/
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
33
34
35
36
37
38
{
"name": "@shopify/babel-preset",
"version": "23.3.2",
"license": "MIT",
"description": "Shopify's org-wide Babel preset",
"main": "index.js",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/web-configs.git",
"directory": "packages/babel-preset"
},
"bugs": {
"url": "https://github.com/Shopify/web-configs/issues"
},
"homepage": "https://github.com/Shopify/web-configs/blob/main/packages/babel-preset/README.md",
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-dynamic-import": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/plugin-transform-react-constant-elements": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"babel-plugin-react-test-id": "^1.0.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.3"
}
}