-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "babel-react-directive",
"version": "1.0.1",
"description": "babel-react-directive",
"main": "index.js",
"scripts": {
"test": "node ./_tests_/parse.js"
},
"keywords": [
"babel",
"directive",
"react"
],
"bin": {
"brd-cli": "./cli/index.js"
},
"author": "ai4code",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-jest": "21.2.0",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react-native": "4.0.0",
"create-react-class": "^15.6.3",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-preset-stage-0": "^6.24.1",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"cheerio": "^1.0.0-rc.2",
"parse5": "^5.1.0",
"xmldom": "^0.1.27",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"ora": "^3.2.0"
}
}