-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "@ziacik/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nx/cypress": "19.8.1",
"@nx/eslint": "19.8.1",
"@nx/eslint-plugin": "19.8.1",
"@nx/jest": "19.8.1",
"@nx/js": "19.8.1",
"@nx/node": "19.8.1",
"@nx/plugin": "19.8.1",
"@nx/web": "19.8.1",
"@nx/webpack": "19.8.1",
"@nx/workspace": "19.8.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "18.19.17",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cypress": "13.14.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "19.8.1",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^3.2.4",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"verdaccio": "^5.0.4"
},
"dependencies": {
"@nx/devkit": "19.8.1",
"@swc/helpers": "0.5.11",
"tslib": "^2.3.0"
}
}