-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 948 Bytes
/
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
{
"name": "@devsht/babel-config",
"version": "1.0.2",
"description": "Reusable Babel config",
"main": "index.js",
"repository": "[email protected]:devsht/babel-config.git",
"author": "Michael Mason <[email protected]>",
"prettier": "@devsht/prettier-config",
"devDependencies": {
"@devsht/prettier-config": "^1.0.0",
"prettier": "^2.2.1"
},
"dependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"babel-plugin-styled-components": "^2.0.2"
}
}