-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.51 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
{
"name": "@parabolabs/otp-input-monorepo",
"version": "0.0.0",
"scripts": {
"ng": "nx",
"start": "nx storybook otp-input",
"build": "nx build otp-input",
"build:storybook": "nx build-storybook otp-input",
"watch": "nx build otp-input --watch --configuration development",
"lint": "nx lint otp-input",
"test": "nx test otp-input --watch --code-coverage",
"test:ci": "nx test otp-input --watch=false --code-coverage --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/core": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/js": "20.1.0",
"@nx/storybook": "20.1.0",
"@nx/web": "20.1.0",
"@nx/workspace": "20.1.0",
"@schematics/angular": "^19.0.0",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/angular": "^8.4.4",
"@storybook/core-server": "^8.4.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/angular": "^17.3.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/jasmine": "~5.1.0",
"@types/node": "^22.9.0",
"@typescript-eslint/utils": "^8.0.0",
"angular-eslint": "^18.3.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^19.0.0",
"nx": "20.1.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.4.4",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"typescript-eslint": "^8.0.0"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}