-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.85 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.85 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
{
"name": "@shortlink-org/ui-kit",
"version": "1.7.0",
"_id": "@shortlink-org/ui-kit@1.7.0",
"description": "UI kit for ShortLink",
"readme": "./README.md",
"type": "module",
"imports": {
"#*": [
"./*",
"./*.ts",
"./*.tsx"
]
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b && vite build",
"dev": "pnpm storybook dev -p 6006",
"dev:with-tests": "pnpm test:generate-output && pnpm storybook dev -p 6006",
"build-storybook": "NODE_ENV=production pnpm storybook build --config-dir .storybook",
"semantic-release": "pnpm dlx semantic-release",
"test": "NODE_ENV=test jest",
"test:generate-output": "jest --json --outputFile=test-results.json",
"test:watch": "NODE_ENV=test jest --watch",
"chromatic": "pnpm storybook dev -p 6006",
"inspector": "pnpm dlx @eslint/config-inspector",
"lint": "pnpm dlx eslint ./ --max-warnings 0 --report-unused-disable-directives --cache",
"lint:fix": "pnpm run lint --fix",
"lint:gitlab": "pnpm dlx lint --format gitlab",
"prettier": "pnpm dlx prettier -w -c .",
"prepublishOnly": "pnpm build"
},
"files": [
"dist"
],
"publishConfig": {
"@shortlink-org:shortlink": "https://gitlab.com/api/v4/projects/15775100/packages/npm/"
},
"repository": {
"url": "https://github.com/shortlink-org/shortlink"
},
"keywords": [
"darkmode",
"ui-kit"
],
"author": {
"name": "@batazor",
"url": "Login Viktor"
},
"license": "MIT",
"sideEffects": [
"*.css"
],
"dependencies": {
"@fontsource/caveat": "^5.2.8",
"@fontsource/material-icons": "^5.2.7",
"@fontsource/roboto": "^5.2.9",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/types": "^7.4.9",
"@mui/x-date-pickers": "8.19.0",
"@tailwindcss/postcss": "4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "8.20.6",
"@tanstack/react-virtual": "^3.13.12",
"@types/react": "^19.2.7",
"autoprefixer": "^10.4.22",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"export-to-csv": "^1.4.0",
"glob": "^13.0.0",
"gsap": "3.13.0",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-wrap-balancer": "^1.1.1",
"styled-jsx": "^5.1.7",
"styles": "link:@mui/material/styles",
"tailwindcss": "4.1.17",
"vite-plugin-dts": "4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@storybook/addon-a11y": "10.0.6",
"@storybook/addon-docs": "10.0.6",
"@storybook/addon-links": "10.0.6",
"@storybook/addon-themes": "10.0.6",
"@storybook/builder-vite": "10.0.6",
"@storybook/nextjs": "10.0.6",
"@storybook/nextjs-vite": "10.0.6",
"@storybook/react-vite": "10.0.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vitejs/plugin-react-swc": "^4.2.2",
"chromatic": "^13.3.4",
"css-loader": "^7.1.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-storybook": "10.1.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-sonar-reporter": "^2.0.0",
"postcss-loader": "^8.2.0",
"storybook": "10.1.10",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.2.6"
},
"packageManager": "pnpm@10.23.0"
}