-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 6.35 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
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
164
165
166
167
168
169
170
171
172
173
174
{
"name": "@linked-planet/ui-kit-ts",
"repository": {
"type": "git",
"directory": "git+https://github.com/linked-planet/ui-kit-ts.git"
},
"publishConfig": {
"@linked-planet:registry": "https://registry.npmjs.org"
},
"version": "0.10.0",
"description": "",
"module": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"style": [
"dist/styles.css",
"dist/tailwindcss.css",
"dist/tailwindcss-important.css"
],
"scripts": {
"build:lib": "tsc --noEmit -p tsconfig.lib.json && vitest run && vite build -c vite.config.lib.ts && TAILWIND_IMPORTANT=true vite build -c vite.config.lib.ts && npm run messages:compile && cp -r ./twThemes dist && npm run tsc:plugin",
"build:sc": "node ./showcase/copySources.js && tsc --noEmit && vite build -c vite.config.showcase.ts && node ./showcase/copyIndexTo404.js",
"build:sc-debug": "node ./showcase/copySources.js && tsc --noEmit && vite build --mode development -c vite.config.showcase.ts && node ./showcase/copyIndexTo404.js",
"preview": "vitest run && npm run build:sc && vite preview -c vite.config.showcase.ts",
"previewdebug": "vitest run && npm run build:sc-debug && vite preview --mode development -c vite.config.showcase.ts",
"dev:lib": "vite build -c vite.config.lib.ts --watch",
"dev:sc": "node ./showcase/copySources.js && npm run messages:compile && vite -c vite.config.showcase.ts --open",
"eslint": "eslint **/*.ts*",
"stylelint": "stylelint **/*.css",
"clean": "rm -rf dist && rm -rf dist-showcase",
"messages:extract": "formatjs extract './library/src/**/*.{ts,tsx}' --ignore '**/*.d.ts' --out-file ./library/src/localization/translations/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"messages:compile": "formatjs compile-folder library/src/localization/translations library/src/localization/translations-compiled && mkdir -p dist && mkdir -p dist-showcase && cp -r library/src/localization/translations-compiled dist/ && cp -r library/src/localization/translations-compiled showcase/public/",
"messages": "npm run messages:extract && npm run messages:compile",
"tsc:lib": "tsc --noEmit -p tsconfig.lib.json",
"tsc:sc": "tsc --noEmit",
"pack": "vitest run && npm run build:lib && npm pack",
"fastpack": "vite build -c vite.config.lib.ts --mode development --minify false && cp -r ./twThemes dist && npm run tsc:plugin && npm pack",
"test": "vitest",
"bformat": "biome format ./src/**/*",
"blint:lib": "biome lint ./library/**/*",
"bcheck:lib": "biome check --apply ./library/**/*",
"bformat:sc": "biome format ./showcase/**/*",
"blint:sc": "biome lint ./showcase/**/*",
"tsc:plugin": "tsc --moduleResolution bundler --module esnext --outDir dist/bundler-plugins --declaration bundler_plugins/rollup_class_prefixer-plugin.ts bundler_plugins/postcss_prefix_classname-plugin.ts"
},
"sideEffects": false,
"author": "Markus Toepfer",
"contributors": [
{
"name": "Philipp Karlsson"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/linked-planet/ui-kit-ts/issues"
},
"homepage": "https://linked-planet.github.io/ui-kit-ts",
"supportedLocales": [
"en",
"de"
],
"lang": "dist/translations",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@atlaskit/empty-state": "^7.12.3",
"@atlaskit/icon": "^22.26.0",
"@emotion/css": "^11.13.5",
"@hello-pangea/dnd": "^17.0.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-table": "^8.20.5",
"dayjs": "^1.11.13",
"framer-motion": "^11.12.0",
"hast-util-to-jsx-runtime": "^2.3.2",
"highlight.js": "^11.10.0",
"intl-messageformat": "^10.5.0",
"lowlight": "^3.2.0",
"lucide-react": "^0.462.0",
"mime-types": "^2.1.35",
"react-awesome-slider": "^4.1.0",
"react-day-picker": "^8.10.1",
"react-intl": "^6.8.9",
"react-joyride": "^2.9.3",
"react-router-dom": "^6.28.0",
"react-select": "^5.8.3",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.6",
"react-transition-group": "^4.4.5",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@atlaskit/atlassian-navigation": "^4.9.3",
"@atlaskit/code": "^15.6.6",
"@atlaskit/css-reset": "^6.11.2",
"@atlaskit/lozenge": "^11.12.2",
"@atlaskit/pagination": "^14.10.0",
"@atlaskit/side-navigation": "^3.6.3",
"@atlaskit/table-tree": "^10.0.6",
"@atlaskit/tag": "^12.6.6",
"@atlaskit/tag-group": "^11.0.0",
"@atlaskit/textarea": "^5.6.4",
"@atlaskit/textfield": "^6.6.0",
"@atlaskit/theme": "^14.0.1",
"@babel/generator": "^7.26.2",
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@biomejs/biome": "^1.9.4",
"@formatjs/cli": "^6.3.11",
"@monaco-editor/react": "^4.6.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "4.21",
"rollup-plugin-polyfill-node": "^0.13.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-order": "^6.0.4",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.6"
},
"peerDependencies": {
"axios": "^1.7.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"tailwindcss": "^3.4.7",
"valtio": "^2.1.2"
}
}