-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
143 lines (142 loc) · 4.7 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@nstudio/xplat-source",
"version": "20.0.3",
"description": "Cross-platform (xplat) tools for Nx workspaces.",
"homepage": "https://nstudio.io/xplat",
"private": true,
"scripts": {
"build": "./scripts/package.sh --local",
"clean": "npx rimraf package-lock.json node_modules yarn.lock && yarn",
"commit": "git-cz",
"checkcommit": "node ./scripts/commit-lint.js",
"e2e": "./scripts/e2e.sh",
"e2e-rerun": "./scripts/e2e-rerun.sh",
"format": "./scripts/format.sh",
"linknpm": "./scripts/link.sh",
"xplat-release": "./scripts/xplat-release.js",
"copy": "./scripts/copy.sh",
"test": "yarn linknpm fast && ./scripts/test_schematics.sh",
"checkformat": "./scripts/check_format.sh",
"checkimports": "node ./scripts/check-imports.js",
"create-nx-test": "./scripts/create_nx_for_testing.sh",
"documentation": "./scripts/documentation/documentation.sh && yarn format && ./scripts/documentation/check-documentation.sh",
"debug": "node --debug-brk ./node_modules/@angular/cli/bin/ng g command",
"publish-local": "./scripts/publish_local.sh",
"publish-npm": "./scripts/publish.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"reset.changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"contributors": "githubcontrib --owner nstudio --repo $(basename $(pwd)) --cols 6 --showlogin true --sortOrder desc | pbcopy",
"prepare": "husky"
},
"author": {
"name": "nstudio",
"url": "https://github.com/nstudio"
},
"license": "MIT",
"devDependencies": {
"@angular-devkit/architect": "~0.1802.0",
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular-eslint/eslint-plugin": "~18.4.0",
"@angular-eslint/eslint-plugin-template": "~18.4.0",
"@angular-eslint/template-parser": "~18.4.0",
"@angular/cli": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/router": "~18.2.0",
"@ngrx/effects": "~18.1.0",
"@ngrx/router-store": "~18.1.0",
"@ngrx/store": "~18.1.0",
"@nx/angular": "~20.0.0",
"@nx/devkit": "~20.0.0",
"@nx/eslint": "~20.0.0",
"@nx/eslint-plugin": "~20.0.0",
"@nx/express": "~20.0.0",
"@nx/jest": "~20.0.0",
"@nx/js": "~20.0.0",
"@nrwl/nx-cloud": "19.1.0",
"@nx/web": "~20.0.0",
"@schematics/angular": "~18.2.0",
"@types/eslint": "~8.44.0",
"@types/flat": "^5.0.1",
"@types/fs-extra": "^11.0.1",
"@types/jasmine": "~5.1.1",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^29.5.6",
"@types/node": "^20.0.0",
"@types/prettier": "^2.6.2",
"@types/semver": "^7.3.8",
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "~8.11.0",
"@typescript-eslint/parser": "~8.11.0",
"@typescript-eslint/type-utils": "~8.11.0",
"@typescript-eslint/utils": "~8.11.0",
"babel-jest": "~29.7.0",
"babel-loader": "^9.1.3",
"chalk": "~5.3.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"dotenv": "~16.4.0",
"ejs": "^3.1.7",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.1",
"flat": "^6.0.0",
"fs-extra": "^11.1.0",
"github-contributors-list": "~1.2.3",
"http-server": "~14.1.0",
"husky": "^9.0.1",
"ignore": "^5.2.0",
"jasmine": "~5.1.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jsonc-eslint-parser": "^2.1.0",
"jsonc-parser": "3.2.0",
"lint-staged": "^15.0.0",
"ng-packagr": "~18.2.0",
"nx": "~20.0.0",
"open": "^10.1.0",
"parse-markdown-links": "^1.0.4",
"parse5": "~7.1.2",
"postcss": "~8.4.29",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.5.4",
"rxjs": "~7.8.0",
"sass": "^1.55.0",
"semver": "~7.5.4",
"tmp": "~0.2.1",
"tree-kill": "1.2.2",
"ts-jest": "29.2.5",
"ts-loader": "^9.5.0",
"ts-node": "10.9.2",
"typedoc": "~0.25.0",
"typedoc-plugin-markdown": "~4.0.0",
"typescript": "~5.5.0",
"verdaccio": "^6.0.1",
"xml2js": "^0.6.2",
"yargs": "^17.4.0",
"yargs-parser": "~21.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"lint-staged": {
"**/*.{ts,js,json,css,scss,md}": [
"prettier --write",
"git add"
]
}
}