-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
39
40
41
42
43
44
{
"name": "@shaizei/babel-preset",
"version": "1.0.0",
"description": "This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/shaizei/babel-preset"
},
"author": "Shahzaib Khalid <shahzaibkhalidmalik@outlook.com> (http://www.shahzaibkhalid.com)",
"maintainers": [
"Shahzaib Khalid"
],
"homepage": "https://github.com/shaizei/babel-preset#readme",
"bugs": {
"url": "https://github.com/shaizei/babel-preset/issues"
},
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": ">=1.12"
},
"keywords": [
"babel",
"babel-preset",
"babel-config"
],
"license": "MIT",
"private": false,
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime-corejs2": "^7.3.1",
"babel-plugin-emotion": "^10.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"react-hot-loader": "^4.6.5"
}
}