forked from marksandspencer/nx-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
{
"name": "@mands/nx-plugins",
"version": "0.1.26",
"description": "Nx plugins by M&S engineering",
"license": "MIT",
"private": false,
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"!**/*.{ts,tsx}": [
"nx format:write --uncommitted"
]
},
"engines": {
"node": ">=14.18.1",
"npm": "please-use-yarn",
"yarn": ">=1.22.0 <2"
},
"dependencies": {
"glob": "^7.2.0"
},
"devDependencies": {
"@nrwl/cli": "15.5.1",
"@nrwl/devkit": "15.5.1",
"@nrwl/eslint-plugin-nx": "15.5.1",
"@nrwl/jest": "15.5.1",
"@nrwl/js": "15.5.1",
"@nrwl/linter": "15.5.1",
"@nrwl/node": "15.5.1",
"@nrwl/nx-plugin": "15.5.1",
"@nrwl/workspace": "15.5.1",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"ignore": "^5.2.0",
"jest": "28.1.3",
"jest-junit": "^13.2.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.0.1",
"nx": "15.5.1",
"prettier": "2.6.2",
"semantic-release": "^19.0.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"typescript": "4.8.4"
}
}