forked from registrucentras/rc-ses-react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.2 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 4.2 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
{
"name": "@registrucentras/rc-ses-react-components",
"author": "VĮ REGISTRŲ CENTRAS",
"version": "1.6.3",
"description": "RC SES React komponentų biblioteka",
"type": "module",
"private": false,
"main": "./dist/registrucentras-rc-ses-react-components.cjs",
"module": "./dist/registrucentras-rc-ses-react-components.js",
"exports": {
".": {
"types": "./dist/library/index.d.ts",
"import": "./dist/registrucentras-rc-ses-react-components.js",
"require": "./dist/registrucentras-rc-ses-react-components.cjs",
"default": "./dist/registrucentras-rc-ses-react-components.cjs"
},
"./package.json": "./package.json"
},
"files": [
"dist/*",
"public/*",
"src/*",
"package.json"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "npm i && tsc --p ./tsconfig.lib.json && vite build --config vite.config.lib.ts && tsc --p ./tsconfig.check-dist.json",
"check:dist": "tsc --p ./tsconfig.check-dist.json",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"storybook": "storybook dev -p 6006",
"storybook-test": "test-storybook",
"storybook-build": "storybook build",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/registrucentras/rc-ses-react-components.git"
},
"peerDependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/material": "5.16.7",
"@mui/system": "5.16.7",
"@mui/x-date-pickers": "7.17.0",
"date-fns": "3.6.0",
"date-fns-tz": "3.1.3",
"i18next": "23.15.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.3"
},
"dependencies": {
"@fontsource/public-sans": "^5.0.18",
"@phosphor-icons/react": "^2.1.10",
"axios": "^1.7.2",
"countries-phone-masks": "^1.1.1",
"js-cookie": "^3.0.5",
"maska": "^3.2.0",
"notistack": "^3.0.1",
"react-dropzone": "14.3.5",
"react-hook-form": "7.53.2",
"react-router-dom": "6.26.2",
"react-window": "^1.8.11",
"uuid": "^11.0.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@storybook/addon-a11y": "^8.1.9",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/addon-onboarding": "^8.1.9",
"@storybook/addon-themes": "^8.1.9",
"@storybook/blocks": "^8.1.9",
"@storybook/react": "^8.1.9",
"@storybook/react-vite": "^8.1.9",
"@storybook/test": "^8.1.9",
"@storybook/test-runner": "^0.18.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^4.0.15",
"axe-playwright": "^2.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"jsdom": "^27.3.0",
"prettier": "^3.3.2",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^8.1.9",
"typescript": "^5.4.5",
"vite": "^6.2.5",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-static-copy": "^3.1.4",
"vitest": "^4.0.15"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}