-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.97 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
91
92
93
94
95
96
97
{
"name": "stacks-nx-plugins",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build": "nx run-many --target build --all --parallel 8",
"test": "nx run-many --target test --all --parallel 8"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/config-nx-scopes": "19.3.0",
"@commitlint/cz-commitlint": "19.2.0",
"@jscutlery/semver": "^5.2.2",
"@nx/cypress": "18.3.5",
"@nx/devkit": "18.3.5",
"@nx/eslint": "18.3.5",
"@nx/eslint-plugin": "18.3.5",
"@nx/jest": "18.3.5",
"@nx/js": "18.3.5",
"@nx/next": "18.3.5",
"@nx/playwright": "18.3.5",
"@nx/plugin": "18.3.5",
"@nx/react": "18.3.5",
"@nx/webpack": "18.3.5",
"@nx/workspace": "18.3.5",
"@playwright/test": "^1.36.0",
"@storybook/nextjs": "^8.1.5",
"@swc-node/register": "1.9.1",
"@swc/cli": "0.1.62",
"@swc/core": "1.4.17",
"@types/eslint": "8.40.2",
"@types/jest": "29.5.2",
"@types/minimatch": "5.1.2",
"@types/node": "18.19.31",
"@types/prettier": "2.7.3",
"@types/yargs-unparser": "2.0.1",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"commitizen": "4.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-unicorn": "53.0.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"ioredis-mock": "^8.9.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jsonc-eslint-parser": "2.3.0",
"kill-port": "2.0.1",
"ngx-deploy-npm": "7.1.0",
"nx": "18.3.5",
"prettier": "2.8.8",
"tcp-port-used": "1.0.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"verdaccio": "^5.32.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@swc/helpers": "^0.5.13",
"axios": "^1.7.7",
"chalk": "4.1.2",
"change-case": "4.1.2",
"enquirer": "2.4.1",
"ignore": "^5.3.1",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"ts-morph": "^23.0.0",
"tslib": "^2.7.0",
"winston": "^3.14.2",
"yaml": "^2.5.0",
"yargs": "17.7.2",
"yargs-unparser": "2.0.0"
},
"engines": {
"npm": "10.7.0",
"node": "22.1.0"
},
"nx": {
"includedScripts": []
}
}