forked from lodash/babel-plugin-lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "babel-plugin-lodash",
"version": "3.2.12-pre",
"description": "Modular Lodash builds without the hassle.",
"keywords": "babel-plugin, cherry-pick, lodash, modules",
"repository": "lodash/babel-plugin-lodash",
"license": "MIT",
"main": "lib/index.js",
"author": "Graeme Yeates <[email protected]> (https://github.com/megawac)",
"contributors": [
"Graeme Yeates <[email protected]> (https://github.com/megawac)",
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)"
],
"scripts": {
"build": "babel src --out-dir lib || true",
"prepublish": "npm run build",
"test": "mocha --check-leaks --compilers js:babel-register"
},
"devDependencies": {
"@storybook/addon-links": "^3.2.0",
"async": "^2.4.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-helper-module-imports": "^7.0.0-beta.3",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babel-types": "^6.26.0",
"chai": "^4.0.2",
"lodash-bound": "^1.1.2",
"lodash-compat": "^3.10.2",
"lodash-es": "^4.17.4",
"mocha": "^3.4.2",
"ramda": "^0.24.1",
"react-bootstrap": "^0.31.0"
},
"dependencies": {
"glob": "^7.1.1",
"lodash": "^4.17.4",
"require-package-name": "^2.0.1"
},
"files": [
"lib"
],
"greenkeeper": {
"ignore": [
"babel-plugin-lodash"
]
}
}