-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.54 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
{
"author": "Marcel Michelfelder",
"bugs": {
"url": "https://github.com/team-parallax/parallax-common-config/issues"
},
"license": "MIT",
"name": "parallax-common-config",
"description": "This is a module with all parallax-common-config configurations for team-parallax.",
"homepage": "https://github.com/team-parallax/parallax-common-config#readme",
"keywords": [
"react",
"editorconfig",
"browserlist",
"jest",
"docker",
"webpack",
"eslint",
"decorator",
"typescript"
],
"version": "0.11.2",
"repository": {
"type": "git",
"url": "git+https://github.com/team-parallax/parallax-common-config.git"
},
"scripts": {
"prepublishOnly": "yarn check:eslint",
"check:eslint": "eslint --ext .ts --no-eslintrc -c __test__/.eslintrc __test__"
},
"dependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "7.7.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsdoc": "^25.4.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"eslint-plugin-typescript-sort-keys": "^1.2.0",
"eslint-plugin-unused-imports": "^0.1.3",
"husky": "^4.2.5",
"jest": "^26.2.2",
"lint-staged": "^9.5.0",
"ts-jest": "^26.1.4",
"ts-node": "^8.5.4",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.4"
},
"devDependencies": {
"eslint-plugin-react": "^7.20.6"
}
}