-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "@hh.ru/babel-plugin-react-displayname",
"version": "1.1.3",
"main": "lib/index.js",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "7.20.12",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@hh.ru/eslint-config": "^5.0.2",
"babel-eslint": "^10.0.2",
"eslint": "~5.7.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "7.11.0",
"jest": "^29.7.0",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hhru/babel-plugin-react-displayname"
},
"private": false,
"scripts": {
"clean": "rm -rf lib",
"build": "babel src -d lib",
"test": "jest test",
"test:watch": "yarn run test -- --watch",
"prepublish": "yarn clean && yarn build",
"release": "npm publish --access=public"
},
"keywords": [
"babel-plugin-react-displayname"
],
"license": "MIT",
"resolutions": {
"kind-of": "6.0.3"
}
}