@clasing/ui 0.0.61-beta.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,85 +1,85 @@
1
- {
2
- "name": "@clasing/ui",
3
- "version": "0.0.61-beta.2",
4
- "type": "module",
5
- "main": "./dist/index.umd.js",
6
- "module": "./dist/index.es.js",
7
- "types": "./dist/index.d.ts",
8
- "files": [
9
- "dist",
10
- "tailwind.config.js"
11
- ],
12
- "exports": {
13
- ".": {
14
- "import": "./dist/index.es.js",
15
- "require": "./dist/index.umd.js",
16
- "types": "./dist/index.d.ts"
17
- },
18
- "./styles": "./dist/style.css",
19
- "./tailwind.config.js": "./tailwind.config.js"
20
- },
21
- "scripts": {
22
- "dev": "vite",
23
- "build": "tsc && vite build",
24
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
- "preview": "vite preview",
26
- "test": "vitest --run",
27
- "test:watch": "vitest",
28
- "storybook": "storybook dev -p 6006",
29
- "build-storybook": "storybook build",
30
- "format": "prettier --check --ignore-path .gitignore .",
31
- "format:fix": "prettier --write --ignore-path .gitignore .",
32
- "check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\""
33
- },
34
- "dependencies": {
35
- "class-variance-authority": "^0.7.0",
36
- "clsx": "^2.1.1",
37
- "react": "^18.2.0",
38
- "react-dom": "^18.2.0",
39
- "tailwind-merge": "^2.3.0"
40
- },
41
- "devDependencies": {
42
- "@chromatic-com/storybook": "1.3.5",
43
- "@storybook/addon-essentials": "^8.0.10",
44
- "@storybook/addon-interactions": "^8.0.10",
45
- "@storybook/addon-links": "^8.0.10",
46
- "@storybook/addon-onboarding": "^8.0.10",
47
- "@storybook/blocks": "^8.0.10",
48
- "@storybook/react": "^8.0.10",
49
- "@storybook/react-vite": "^8.0.10",
50
- "@storybook/test": "^8.0.10",
51
- "@testing-library/jest-dom": "^6.4.5",
52
- "@testing-library/react": "^15.0.7",
53
- "@testing-library/user-event": "^14.5.2",
54
- "@types/react": "^18.2.66",
55
- "@types/react-dom": "^18.2.22",
56
- "@typescript-eslint/eslint-plugin": "^7.2.0",
57
- "@typescript-eslint/parser": "^7.2.0",
58
- "@vitejs/plugin-react-swc": "^3.5.0",
59
- "autoprefixer": "^10.4.19",
60
- "eslint": "^8.57.0",
61
- "eslint-config-prettier": "^9.1.0",
62
- "eslint-plugin-import": "^2.29.1",
63
- "eslint-plugin-prettier": "^5.1.3",
64
- "eslint-plugin-react-hooks": "^4.6.0",
65
- "eslint-plugin-react-refresh": "^0.4.6",
66
- "eslint-plugin-storybook": "^0.8.0",
67
- "jsdom": "^24.0.0",
68
- "postcss": "^8.4.38",
69
- "prettier": "3.2.5",
70
- "prettier-plugin-organize-imports": "^3.2.4",
71
- "prettier-plugin-tailwindcss": "^0.5.14",
72
- "storybook": "^8.0.10",
73
- "tailwindcss": "^3.4.3",
74
- "typescript": "^5.2.2",
75
- "vite": "^5.2.0",
76
- "vite-plugin-dts": "^3.9.1",
77
- "vite-tsconfig-paths": "^4.3.2",
78
- "vitest": "^1.6.0"
79
- },
80
- "peerDependencies": {
81
- "@tabler/icons-react": "^3.3.0",
82
- "framer-motion": "^11.2.10",
83
- "react-use": "^17.5.0"
84
- }
85
- }
1
+ {
2
+ "name": "@clasing/ui",
3
+ "version": "0.1.0",
4
+ "type": "module",
5
+ "main": "./dist/index.umd.js",
6
+ "module": "./dist/index.es.js",
7
+ "types": "./dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "tailwind.config.js"
11
+ ],
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/index.es.js",
15
+ "require": "./dist/index.umd.js",
16
+ "types": "./dist/index.d.ts"
17
+ },
18
+ "./styles": "./dist/style.css",
19
+ "./tailwind.config.js": "./tailwind.config.js"
20
+ },
21
+ "scripts": {
22
+ "dev": "vite",
23
+ "build": "tsc && vite build",
24
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
+ "preview": "vite preview",
26
+ "test": "vitest --run",
27
+ "test:watch": "vitest",
28
+ "storybook": "storybook dev -p 6006",
29
+ "build-storybook": "pnpm build && storybook build",
30
+ "format": "prettier --check --ignore-path .gitignore .",
31
+ "format:fix": "prettier --write --ignore-path .gitignore .",
32
+ "check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\""
33
+ },
34
+ "dependencies": {
35
+ "class-variance-authority": "^0.7.0",
36
+ "clsx": "^2.1.1",
37
+ "express": "^4.19.2",
38
+ "express-basic-auth": "^1.2.1",
39
+ "react": "^18.2.0",
40
+ "react-dom": "^18.2.0",
41
+ "tailwind-merge": "^2.3.0"
42
+ },
43
+ "devDependencies": {
44
+ "@chromatic-com/storybook": "1.3.5",
45
+ "@storybook/addon-essentials": "^8.0.10",
46
+ "@storybook/addon-interactions": "^8.0.10",
47
+ "@storybook/addon-links": "^8.0.10",
48
+ "@storybook/addon-onboarding": "^8.0.10",
49
+ "@storybook/blocks": "^8.0.10",
50
+ "@storybook/react": "^8.0.10",
51
+ "@storybook/react-vite": "^8.0.10",
52
+ "@storybook/test": "^8.0.10",
53
+ "@testing-library/jest-dom": "^6.4.5",
54
+ "@testing-library/react": "^15.0.7",
55
+ "@testing-library/user-event": "^14.5.2",
56
+ "@types/react": "^18.2.66",
57
+ "@types/react-dom": "^18.2.22",
58
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
59
+ "@typescript-eslint/parser": "^7.2.0",
60
+ "@vitejs/plugin-react-swc": "^3.5.0",
61
+ "autoprefixer": "^10.4.19",
62
+ "eslint": "^8.57.0",
63
+ "eslint-config-prettier": "^9.1.0",
64
+ "eslint-plugin-import": "^2.29.1",
65
+ "eslint-plugin-prettier": "^5.1.3",
66
+ "eslint-plugin-react-hooks": "^4.6.0",
67
+ "eslint-plugin-react-refresh": "^0.4.6",
68
+ "eslint-plugin-storybook": "^0.8.0",
69
+ "jsdom": "^24.0.0",
70
+ "postcss": "^8.4.38",
71
+ "prettier": "3.2.5",
72
+ "prettier-plugin-organize-imports": "^3.2.4",
73
+ "prettier-plugin-tailwindcss": "^0.5.14",
74
+ "storybook": "^8.0.10",
75
+ "tailwindcss": "^3.4.3",
76
+ "typescript": "^5.2.2",
77
+ "vite": "^5.2.0",
78
+ "vite-plugin-dts": "^3.9.1",
79
+ "vite-tsconfig-paths": "^4.3.2",
80
+ "vitest": "^1.6.0"
81
+ },
82
+ "peerDependencies": {
83
+ "@tabler/icons-react": "^3.3.0"
84
+ }
85
+ }