This repository has been archived by the owner on May 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.94 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
{
"name": "babel-preset-metalab",
"author": "Neal Granger <neal@nealg.com>",
"version": "1.0.0",
"license": "CC0-1.0",
"main": "index.js",
"keywords": [
"babel",
"babel-preset"
],
"repository": "metalabdesign/babel-preset-metalab",
"scripts": {
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore .",
"smoke": "./test/test.sh",
"test": "npm run lint && npm run smoke"
},
"dependencies": {
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-react-intl": "^2.3.1",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-function-bind": "^6.13.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-adana": "^0.5.9",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-react-jsx-self": "^6.22.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-env": "^1.2.1",
"resolve": "^1.3.2"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-runtime": "^6.23.0",
"eslint": "^3.17.1",
"eslint-config-metalab": "^6.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-lodash-fp": "^2.0.1",
"eslint-plugin-react": "^6.10.0"
},
"peerDependencies": {
"babel-runtime": "^6",
"babel-core": "^6.24.0"
}
}