-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.54 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
45
46
{
"name": "@neat-preset/babel",
"version": "2.0.2",
"description": "opinionated babel configuration preset",
"license": "MIT",
"homepage": "https://github.com/igl/neat-preset",
"repository": {
"type": "git",
"url": "https://github.com/igl/neat-preset"
},
"bin": {
"neat-babel": "./bin-babel.js",
"neat-babel-node": "./bin-babel-node.js"
},
"scripts": {
"lint": "neat-eslint ."
},
"dependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-partial-application": "7.18.9",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-destructuring": "7.19.4",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/plugin-transform-spread": "7.19.0",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"babel-plugin-macros": "3.1.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-styled-components": "2.0.7",
"babel-plugin-transform-define": "2.1.0",
"nodemon": "2.0.20"
},
"peerDependencies": {
"typescript": "^4.*"
},
"eslintConfig": {
"root": true,
"extends": "@neat-preset/eslint-config/node"
}
}