-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.37 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
{
"name": "tslint-config-blvd",
"version": "1.2.1",
"description": "A TSLint config that conforms to the blvd TypeScript styleguide.",
"main": "index.js",
"files": [
"index.js",
"react.js",
"lib",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/blvdgroup/tslint-config-blvd.git"
},
"keywords": [
"tslint",
"config",
"standard",
"standardjs",
"typescript",
"ts"
],
"scripts": {
"commitmsg": "commitlint -E GIT_PARAMS"
},
"author": "the blvd group <the@blvd.space>",
"contributors": [
{
"name": "Resi Respati",
"url": "https://resir014.xyz",
"email": "resir014@blvd.space"
}
],
"license": "Apache-2.0",
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@types/node": "^10.9.4",
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^0.14.3",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"peerDependencies": {
"tslint": "^5.9.1"
},
"dependencies": {
"tslint-consistent-codestyle": "^1.13.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^5.2.1",
"tslint-react": "^3.6.0"
}
}