-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.77 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
{
"name": "xtreme-ui",
"version": "0.0.82",
"type": "module",
"description": "Collection of reusable components that can be used in web projects",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "storybook dev -p 3001",
"build": "vite build",
"watch": "vite build -w",
"build-storybook": "storybook build -o dist/storybook",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@dotlottie/react-player": "^1.6.17",
"@floating-ui/react": "^0.26.9",
"@uiw/react-color-alpha": "^2.0.8",
"@uiw/react-color-shade-slider": "^2.0.8",
"@uiw/react-color-wheel": "^2.0.8",
"@wojtekmaj/react-datetimerange-picker": "^5.5.0",
"clsx": "^2.1.0",
"colord": "^2.9.3",
"react-calendar": "^4.8.0",
"react-clock": "^4.6.0",
"react-datetime-picker": "^5.6.0",
"react-easy-crop": "^5.0.5",
"react-select": "^5.8.0",
"use-file-picker": "^2.1.1"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/react-vite": "7.6.17",
"@storybook/testing-library": "0.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"sass": "^1.71.0",
"storybook": "7.6.17",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-linter": "^2.1.1",
"vite-tsconfig-paths": "^4.3.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/itzzritik/XtremeUI.git"
},
"keywords": [
"react",
"javascript",
"design-systems",
"ui",
"ui-library",
"typescript",
"react-components",
"vite"
],
"author": {
"name": "Ritik Srivastava"
},
"homepage": "https://github.com/itzzritik/XtremeUI#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/itzzritik/XtremeUI/issues"
},
"readme": "ERROR: No README data found!"
}