-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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": "orbit-utils",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Daniel Giljam",
"url": "https://github.com/DanielGiljam"
},
"homepage": "https://github.com/DanielGiljam/orbit-utils#readme",
"bugs": "https://github.com/DanielGiljam/orbit-utils/issues?q=is%3Aissue+is%3Aopen",
"repository": {
"type": "git",
"url": "https://github.com/DanielGiljam/orbit-utils.git"
},
"scripts": {},
"private": true,
"devDependencies": {
"@nx/devkit": "^16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/vite": "16.3.2",
"@nx/workspace": "16.3.2",
"@swc/core": "^1.3.62",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jsdom": "~20.0.3",
"lerna": "6.6.2",
"nx": "16.3.2",
"prettier": "^2.6.2",
"tslib": "^2.5.3",
"tsup": "^6.7.0",
"typescript": "~5.0.2",
"verdaccio": "^5.0.4",
"vite": "^4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.31.0"
},
"packageManager": "[email protected]"
}