-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "@ovac4u/babel-preset-react",
"version": "7.0.0",
"description": "A babel preset for transforming all JavaScript",
"main": "index.js",
"author": "Victor Ariama <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:ovac/babel-preset-ovac4u.git"
},
"keywords": [
"babel",
"es6",
"es2015",
"javascript"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-module-resolver": "^3.2.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.5"
},
"devDependencies": {
"@babel/core": "^7.4.3"
},
"scripts": {
"test": "npm run tests-only",
"tests-only": "node . && echo 'parsed successfully'"
}
}