-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 985 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
28
29
30
31
32
{
"name": "@hundred5/babel-preset",
"version": "0.3.0",
"main": "index.js",
"repository": "https://github.com/Hundred5/babel-preset",
"author": "Hundred5 <[email protected]>",
"license": "UNLICENSED",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"jest": "^24.9.0",
"prettier": "^1.19.1"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"babel-plugin-dynamic-import-node": "^2.3.0"
},
"scripts": {
"test": "jest"
},
"peerDependencies": {
"@babel/runtime": "^7.7.2"
}
}