-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
83 lines (83 loc) · 2.51 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@data-ui/build-config",
"version": "0.0.40",
"description": "Version-controlled build config for easy re-use and sharing",
"scripts": {
"lint": "beemo eslint .",
"prettier": "beemo prettier \"./{configs,dotfiles}/*.{js,json,md}\""
},
"beemo": {
"module": "@local",
"drivers": [
"eslint",
"prettier",
"babel"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/williaster/data-ui.git"
},
"keywords": [
"build",
"config",
"javascript",
"beemo"
],
"author": "Chris Williams @williaster",
"license": "MIT",
"bugs": {
"url": "https://github.com/williaster/build-tool-config/issues"
},
"homepage": "https://github.com/williaster/build-tool-config#readme",
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@beemo/cli": "^0.27.0",
"@beemo/core": "^0.27.0",
"@beemo/driver-babel": "^0.27.0",
"@beemo/driver-eslint": "^0.27.0",
"@beemo/driver-jest": "^0.27.0",
"@beemo/driver-prettier": "^0.27.0",
"@beemo/driver-typescript": "^0.16.0",
"@types/enzyme": "^3.1.15",
"@types/jest": "^23.3.9",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-plugin-transform-dev": "^2.0.1",
"babel-plugin-typescript-to-proptypes": "^0.13.0",
"babel-preset-minify": "^0.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-compat": "^2.6.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.0",
"eslint-plugin-typescript": "^0.14.0",
"fs-extra": "^7.0.0",
"jest": "^24.1.0",
"jest-runner-eslint": "^0.7.3",
"prettier": "^1.14.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"typescript": "^3.1.6",
"typescript-eslint-parser": "^21.0.2"
}
}