-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.62 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
{
"name": "@dman926/nx-python-pdm",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"check": "node tools/scripts/precheck.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dman926/nx-python-pdm.git"
},
"dependencies": {
"@nx/devkit": "17.1.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@nx/cypress": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/playwright": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/workspace": "17.1.3",
"@playwright/test": "^1.40.1",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.95",
"@swc/helpers": "^0.5.3",
"@types/jest": "^29.5.11",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"chalk": "^5.3.0",
"cypress": "^13.6.1",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"nx": "17.1.3",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"vite": "^5.0.6"
},
"peerDependencies": {
"@nx/cypress": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/playwright": "17.1.3"
},
"peerDependenciesMeta": {
"@nx/cypress": {
"optional": true
},
"@nx/eslint": {
"optional": true
}
},
"type": "commonjs",
"executors": "./executors.json",
"generators": "./generators.json",
"nx-migrations": {
"migrations": "./migrations.json"
}
}