-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
163 lines (163 loc) · 4.91 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
{
"name": "@amityco/ui-kit-open-source",
"version": "3.11.5",
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"module": "dist/esm/index.js",
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/index.js"
},
"./dist/index.css": {
"import": "./dist/esm/index.css",
"default": "./dist/index.css"
}
},
"files": [
"dist/"
],
"types": "dist/index.d.ts",
"description": "React Ui-Kit for Amity Social Cloud",
"scripts": {
"prepare": "husky install",
"build": "tsup --minify",
"build:dev": "tsup --sourcemap --metafile",
"build:prod:analyze": "pnpm build --metafile",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build --output-dir ./storybook-build",
"lint": "eslint . && stylelint \"**/*.css\"",
"stylelint": "stylelint",
"lint:fix": "eslint . --fix && stylelint \"**/*.css\" --fix",
"tsc": "tsc"
},
"peerDependencies": {
"@amityco/ts-sdk": "^6.32.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@amityco/ts-sdk": "^6.32.0",
"@eslint/js": "^9.4.0",
"@storybook/addon-a11y": "^7.6.7",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-backgrounds": "^7.6.7",
"@storybook/addon-controls": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-toolbars": "^7.6.7",
"@storybook/addon-viewport": "^7.6.7",
"@storybook/client-api": "^7.6.7",
"@storybook/preview-api": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/theming": "^7.6.7",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/prop-types": "^15.7.11",
"@types/react": "^17.0.74",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-mentions": "^4.1.13",
"@types/react-timeago": "^4.1.7",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.4.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.38",
"prettier": "3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"standard-version": "^9.5.0",
"storybook": "^7.6.7",
"styled-components": "^6.1.6",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"svg-url-loader": "^7.1.1",
"ts-jest": "^29.1.1",
"tsup": "^7.3.0",
"typescript": "^4.9.5",
"typescript-eslint": "^7.12.0",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^4.5.1",
"vite-tsconfig-paths": "^4.2.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@lexical/link": "^0.18.0",
"@lexical/react": "^0.18.0",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.28.14",
"clsx": "^2.1.0",
"colorthief": "^2.4.0",
"dayjs": "^1.11.11",
"filesize": "^9.0.11",
"framer-motion": "^11.1.7",
"hls.js": "^1.4.14",
"lexical": "^0.18.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lodash": "^4.17.21",
"millify": "^6.1.0",
"modern-normalize": "^2.0.0",
"polished": "^4.3.1",
"react-aria": "^3.33.1",
"react-aria-components": "^1.2.1",
"react-hook-form": "^7.49.2",
"react-infinite-scroll-component": "^6.1.0",
"react-insta-stories": "^2.6.2",
"react-intl": "^6.8.7",
"react-loading-skeleton": "^3.3.1",
"react-mentions": "^4.4.10",
"react-modal-sheet": "^2.2.0",
"react-sizeme": "^3.0.2",
"react-textarea-autosize": "^8.5.3",
"react-timeago": "^7.2.0",
"react-tiny-popover": "^7.2.4",
"react-truncate-markup": "^5.1.2",
"react-use": "^17.4.2",
"stylis": "^4.3.1",
"typescript-eslint": "^7.17.0",
"uuid": "^8.3.2",
"vaul": "^0.9.1",
"zod": "^3.22.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*.{json,css}": "prettier --write",
"*.{css}": "stylelint --fix"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "LGPL-2.1-only",
"packageManager": "[email protected]"
}