-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1007 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
33
34
35
{
"name": "babel-plugin-react-directives",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib --extensions .ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/generator": "^7.9.5",
"@babel/parser": "^7.9.4",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-react-display-name": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-typescript": "^7.18.6",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.17.12",
"@babel/traverse": "^7.9.5",
"@babel/types": "^7.9.5",
"core-js": "^2.6.11",
"install": "^0.13.0",
"npm": "^8.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jsx": "^1.0.0",
"typescript": "^4.7.4"
}
}