This repository was archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
163 lines (163 loc) · 6.16 KB
/
package.json
File metadata and controls
163 lines (163 loc) · 6.16 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "novatics",
"version": "0.0.0",
"license": "MIT",
"private": false,
"publishConfig": {
"@novatics-ui:registry": "https://registry.npmjs.org"
},
"scripts": {
"nx": "nx",
"dev": "nx storybook core",
"build": "nx run-many --all --target=build",
"component:generate": "nx generate @novatics-ui/workspace-plugin:component",
"cypress:open": "cypress open --component",
"cypress:run": "cypress run --component --record false",
"prepare": "husky install",
"test": "nx run-many --target=test",
"test:components": "nx run-many --target=component-test",
"lint": "nx run-many --target=lint",
"lint:affected": "nx affected --target=lint",
"check-types": "tsc --project tsconfig.base.json --noEmit --jsx react-jsxdev",
"pretty": "prettier --write . --log-level warn",
"verdaccio:up": "cp .npmrc .npmrc.bkp && cp .npmrc.local .npmrc && docker-compose up -d --build",
"verdaccio:addUser": "npm adduser --registry http://localhost:4873/",
"verdaccio:down": "docker-compose stop && cp .npmrc.bkp .npmrc",
"versions:create": "nx affected --target=version --base=last-release --noVerify --verbose --parallel=1 --trackDeps --skipCommitTypes=docs,ci,build",
"versions:create:push": "nx affected --target=version --base=last-release --noVerify --verbose --parallel=1 --trackDeps --skipCommitTypes=docs,ci,build --commitMessageFormat=\"chore(${projectName}): release version ${version} [skip ci]\" --push",
"versions:create:deploy": "nx affected --target=version:deploy --base=last-release --noVerify --verbose --parallel=1 --trackDeps --skipCommitTypes=docs,ci,build --commitMessageFormat=\"chore(${projectName}): release version ${version} [skip ci]\"",
"versions:create:push:deploy": "nx affected --target=version:deploy --base=last-release --noVerify --verbose --parallel=1 --trackDeps --skipCommitTypes=docs,ci,build --commitMessageFormat=\"chore(${projectName}): release version ${version} [skip ci]\" --push",
"versions:deploy": "NODE_OPTIONS='--max_old_space_size=8192' nx affected --base=last-release --verbose --target deploy",
"storybook:build": "NODE_OPTIONS='--max_old_space_size=8192' nx build-storybook core"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"core-js": "^3.31.1",
"currency.js": "^2.0.4",
"formik": "^2.4.2",
"imask": "^6.6.1",
"lodash.defaults": "^4.2.0",
"lodash.isempty": "^4.4.0",
"lodash.isnil": "^4.0.0",
"lodash.pick": "^4.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.11",
"tslib": "^2.6.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/config-nx-scopes": "^17.6.4",
"@cypress/webpack-dev-server": "^2.0.0",
"@emotion/babel-plugin": "11.11.0",
"@jscutlery/semver": "^3.0.0",
"@nx/devkit": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/plugin": "16.5.5",
"@nx/react": "16.5.5",
"@nx/rollup": "16.5.5",
"@nx/storybook": "16.5.5",
"@nx/vite": "16.5.5",
"@nx/web": "16.5.5",
"@nx/webpack": "16.5.5",
"@nx/workspace": "16.5.5",
"@react-theming/storybook-addon": "^1.1.10",
"@rollup/plugin-url": "^8.0.1",
"@storybook/addon-docs": "^7.1.0",
"@storybook/addon-essentials": "7.1.0",
"@storybook/addon-styling": "^1.3.4",
"@storybook/core-common": "^7.1.0",
"@storybook/core-server": "7.1.0",
"@storybook/react": "7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/web-components": "^7.1.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.6",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.70",
"@swc/helpers": "0.5.1",
"@testing-library/react": "14.0.0",
"@types/cypress": "^1.1.3",
"@types/lodash": "^4.14.195",
"@types/lodash.defaults": "^4.2.7",
"@types/lodash.includes": "^4.3.7",
"@types/lodash.isempty": "^4.4.7",
"@types/lodash.isnil": "^4.0.7",
"@types/lodash.keys": "^4.2.7",
"@types/lodash.pick": "^4.4.7",
"@types/lodash.snakecase": "^4.1.7",
"@types/lodash.sortby": "^4.7.7",
"@types/lodash.startcase": "^4.4.7",
"@types/mdx": "^2.0.5",
"@types/node": "18.16.3",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "0.33.0",
"commitizen": "^4.3.0",
"commitlint": "^17.6.7",
"cypress": "^12.17.2",
"cz-customizable": "^7.0.0",
"eslint": "~8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.13",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"lint-staged": "^13.2.3",
"lit-html": "^2.7.5",
"lodash.includes": "^4.3.0",
"lodash.keys": "^4.2.0",
"lodash.snakecase": "^4.1.1",
"lodash.sortby": "^4.7.0",
"lodash.startcase": "^4.4.0",
"ngx-deploy-npm": "^6.0.0",
"nx": "16.5.5",
"prettier": "^3.0.0",
"react-docgen-typescript": "^2.2.2",
"react-test-renderer": "18.2.0",
"remark-gfm": "^3.0.1",
"storybook": "7.1.0",
"storybook-addon-swc": "^1.2.0",
"storybook-dark-mode": "^3.0.0",
"swc-loader": "0.2.3",
"ts-node": "10.9.1",
"typescript": "~5.1.6",
"url-loader": "^4.1.1",
"vite": "4.4.7",
"vite-plugin-dts": "~3.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.33.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*": [
"yarn lint:affected"
]
}
}