-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "rovacc-nodejs-packages",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/rovacc/rovacc-nodejs-packages"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@jscutlery/semver": "^3.1.0",
"@nx/eslint-plugin": "16.7.4",
"@nx/js": "^16.7.4",
"@nx/linter": "16.7.4",
"@nx/vite": "16.7.4",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"husky": "^8.0.0",
"ngx-deploy-npm": "^7.0.1",
"nx": "16.7.4",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4",
"vite": "~4.3.9",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "~0.32.0"
},
"workspaces": [
"packages/*"
],
"nx": {
"includedScripts": []
},
"dependencies": {}
}