-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"name": "babel-plugin-react-prop-types-remover",
"version": "1.0.1",
"description": "Babel plugin for removing React's propTypes declarations in production builds.",
"main": "./dist/main.js",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "jest"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ondrejbase/babel-plugin-react-prop-types-remover.git"
},
"keywords": [
"Babel",
"React",
"propTypes"
],
"author": "Ondrej Base <ondrej.base@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ondrejbase/babel-plugin-react-prop-types-remover/issues"
},
"homepage": "https://github.com/ondrejbase/babel-plugin-react-prop-types-remover#readme",
"devDependencies": {
"@babel/core": "^7.1.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"jest": "^23.6.0"
},
"jest": {
"transform": {
"\\.js": "./preprocess.js"
}
}
}