-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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": "@gravity-ui/babel-preset",
"version": "1.0.1",
"description": "Gravity UI Babel preset",
"keywords": [
"babel",
"preset"
],
"license": "MIT",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gravity-ui/babel-preset.git"
},
"bugs": {
"url": "https://github.com/gravity-ui/babel-preset/issues"
},
"homepage": "https://github.com/gravity-ui/babel-preset#readme",
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"husky": "^8.0.1"
}
}