-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "loft-orbital",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nrwl/devkit": "16.0.1",
"@nrwl/eslint-plugin-nx": "16.1.4",
"@nrwl/jest": "16.5.0",
"@nrwl/js": "16.6.0",
"@nrwl/linter": "16.5.0",
"@nrwl/nx-plugin": "^16.4.2",
"@nrwl/workspace": "16.5.0",
"@swc-node/register": "^1.6.5",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/jest": "^29.5.3",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "~8.44.0",
"eslint-config-prettier": "8.8.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "16.1.4",
"prettier": "^2.8.8",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"@swc/helpers": "~0.5.1",
"tslib": "^2.3.0"
}
}