-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
132 lines (132 loc) · 4.37 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
{
"name": "@divetool/coral-source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target build --all --parallel 8",
"format": "nx format",
"format:check": "nx format:check",
"check-commit": "nr run-script ./tools/scripts/linting/commit-lint",
"check-format": "nx format:check --all",
"check-lock-files": "nr run-script ./tools/scripts/linting/check-lock-files",
"commit": "cz",
"local-registry": "./tools/scripts/release/local-registry.sh",
"release": "nr run-script ./tools/scripts/release/coral-release",
"run-script": "ts-node -P ./tools/scripts/tsconfig.scripts.json",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"postinstall": "ngcc --properties es2020 browser module main",
"prepare": "is-ci || husky install"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.0.4",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@antfu/ni": "^0.18.5",
"@babel/plugin-proposal-decorators": "^7.19.3",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@nrwl/angular": "15.4.2",
"@nrwl/cli": "15.4.2",
"@nrwl/cypress": "15.4.2",
"@nrwl/eslint-plugin-nx": "15.4.2",
"@nrwl/jest": "15.4.2",
"@nrwl/linter": "15.4.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.4.2",
"@nrwl/storybook": "15.4.2",
"@nrwl/web": "15.4.2",
"@nrwl/workspace": "15.4.2",
"@nxext/stencil": "^14.0.6",
"@nxkit/style-dictionary": "^0.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@stencil/angular-output-target": "^0.4.0",
"@stencil/core": "2.17.1",
"@stencil/react-output-target": "^0.3.1",
"@stencil/sass": "1.5.2",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/html": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "13.4.0",
"@types/jest": "27.4.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"all-contributors-cli": "^6.24.0",
"babel-jest": "27.4.1",
"chroma-js": "^2.4.2",
"commitizen": "^4.2.5",
"css-loader": "^6.4.0",
"cypress": "^11.0.0",
"cz-customizable": "^7.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"jest": "27.4.1",
"jest-environment-jsdom": "27.4.1",
"jest-preset-angular": "12.2.3",
"lerna": "^6.0.3",
"ng-packagr": "15.0.3",
"nx": "15.4.2",
"postcss": "8.4.19",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"puppeteer": "^15.5.0",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"style-dictionary": "^3.7.1",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.8.4",
"url-loader": "^4.1.1",
"verdaccio": "^5.16.3",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0",
"yargs": "^17.6.2"
},
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"core-js": "^3.6.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.7",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}