-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 KB
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
{
"name": "otwarte-system-oprogramowania",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.8.1",
"devDependencies": {
"@nrwl/linter": "^19.8.4",
"@nx/js": "20.7.2",
"@nx/key": "^1.3.3",
"@nx/linter": "16.4.0",
"@nx/node": "^20.7.2",
"@nxlv/python": "^20.13.3",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"markdownlint-cli": "^0.44.0",
"nx": "20.8.1",
"prettier": "^3.2.4",
"prettier-plugin-java": "2.5.0",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"vitest": "^3.1.1",
"next": "^16.2.6"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@nx/gradle": "^20.8.1",
"cpx": "^1.5.0",
"jshint": "^2.9.5",
"ncp": "latest",
"onchange": "^3.3.0",
"uglify-js": "^3.3.18"
},
"pnpm": {
"overrides": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0"
}
}
}