-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.17 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
{
"name": "futurenda-babel-config",
"version": "1.1.2",
"description": "Babel config used across futurenda projects",
"main": "config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/futurenda/futurenda-babel-config.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/futurenda/futurenda-babel-config/issues"
},
"homepage": "https://github.com/futurenda/futurenda-babel-config#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-transform-string-to-import": "0.0.2",
"babel-plugin-transform-vue-jsx": "^4.0.1"
}
}