-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.45 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
84
85
86
87
88
89
90
{
"name": "@nod/eslint-plugin-nod",
"main": "build/index.js",
"module": "build/index.esm.js",
"sideEffects": false,
"version": "4.0.3",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:NOD-studios/eslint-plugin-nod.git"
},
"files": [
"src",
"build"
],
"scripty": {
"modules": [
"@nod/scripty-module"
]
},
"peerDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-cleanjs": "^4.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^3.0.3",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"prettier": "^1.14.0"
},
"devDependencies": {
"@nod/babel-preset-nod": "workspace:*",
"@nod/jest-config": "workspace:*",
"@nod/scripty-module": "workspace:*",
"@nod/webpack-devops-config": "workspace:*",
"@types/lodash.merge": "^4.6.6",
"@types/lodash.pick": "^4.4.6",
"@types/lodash.reduce": "^4.6.6",
"@types/webpack": "^4.39.1",
"scripty": "^1.9.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"license": "Apache-2.0",
"dependencies": {
"lodash.merge": "^4.6.1",
"lodash.pick": "^4.4.0",
"lodash.reduce": "^4.6.0"
},
"gitHead": "e13d846b9010af905d06085a891d932d5fd92312",
"scripts": {
"build:all": "scripty",
"build:react-scripts": "scripty",
"build:tsc": "scripty",
"clean:lock": "scripty",
"clean:output": "scripty",
"configure:env": "scripty",
"configure:get": "scripty",
"configure:scripty": "scripty",
"jest:test": "scripty",
"jest:watch": "scripty",
"package:name": "scripty",
"postinstall": "scripty",
"prebuild": "scripty",
"prepare": "scripty",
"prestart": "scripty",
"pretest": "scripty",
"run:a": "scripty",
"run:p": "scripty",
"run:s": "scripty",
"start:all": "scripty",
"start:react-scripts": "scripty",
"start:tsc": "scripty",
"start:tslint": "scripty",
"test:all-watch": "scripty",
"test:all": "scripty",
"test:react-scripts": "scripty",
"ts:c": "scripty",
"ts:install-types": "scripty",
"ts:lint": "scripty",
"wait-on": "scripty"
}
}