@axos-web-dev/shared-components 0.0.34 → 0.0.35

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.
Files changed (1) hide show
  1. package/package.json +107 -107
package/package.json CHANGED
@@ -1,107 +1,107 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "0.0.34",
5
- "type": "module",
6
- "module": "dist/main.js",
7
- "types": "dist/main.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "sideEffects": [
12
- "dist/assets/**/*.css"
13
- ],
14
- "scripts": {
15
- "dev": "vite",
16
- "build": "tsc --p ./tsconfig.build.json && vite build",
17
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
- "preview": "vite preview",
19
- "prepublishOnly": "npm run build",
20
- "check-types": "tsc --pretty --noEmit",
21
- "check-format": "prettier --check .",
22
- "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
- "format": "prettier --write .",
24
- "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
- "prepare": "husky install",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "npm:link": "npm run build && npm link"
29
- },
30
- "dependencies": {
31
- "@hookform/resolvers": "^3.3.4",
32
- "@react-input/mask": "^1.0.23",
33
- "@storybook/builder-vite": "^7.6.13",
34
- "@storybook/preview-api": "^7.6.16",
35
- "@vanilla-extract/css": "^1.14.1",
36
- "@vanilla-extract/recipes": "^0.5.1",
37
- "clsx": "^2.1.0",
38
- "react-hook-form": "^7.51.1",
39
- "react-markdown": "^9.0.1",
40
- "react-use": "^17.5.0",
41
- "typed-css-modules": "^0.9.1",
42
- "vite-plugin-svgr": "^4.2.0",
43
- "zod": "^3.22.4",
44
- "zustand": "^4.5.0"
45
- },
46
- "peerDependencies": {
47
- "@vanilla-extract/css": "^1.14.1",
48
- "@vanilla-extract/css-utils": "^0.1.3",
49
- "@vanilla-extract/recipes": "^0.5.1",
50
- "@vanilla-extract/vite-plugin": "^4.0.3",
51
- "next": "^14.1.4",
52
- "react": "^18.2.0",
53
- "react-dom": "^18.2.0"
54
- },
55
- "devDependencies": {
56
- "@rollup/plugin-alias": "^5.1.0",
57
- "@storybook/addon-essentials": "^7.6.13",
58
- "@storybook/addon-interactions": "^7.6.13",
59
- "@storybook/addon-links": "^7.6.13",
60
- "@storybook/addon-onboarding": "^1.0.11",
61
- "@storybook/addon-themes": "^7.6.10",
62
- "@storybook/blocks": "^7.6.13",
63
- "@storybook/react": "^7.6.13",
64
- "@storybook/react-vite": "^7.6.13",
65
- "@storybook/test": "^7.6.13",
66
- "@svgr/core": "^8.1.0",
67
- "@svgr/plugin-prettier": "^8.1.0",
68
- "@svgr/plugin-svgo": "^8.1.0",
69
- "@types/node": "^20.11.16",
70
- "@types/react": "^18.2.43",
71
- "@types/react-dom": "^18.2.17",
72
- "@typescript-eslint/eslint-plugin": "^6.14.0",
73
- "@typescript-eslint/parser": "^6.14.0",
74
- "@vanilla-extract/css-utils": "^0.1.3",
75
- "@vanilla-extract/recipes": "^0.5.1",
76
- "@vanilla-extract/vite-plugin": "^4.0.3",
77
- "@vitejs/plugin-react-swc": "^3.5.0",
78
- "esbuild-vanilla-image-loader": "^0.1.3",
79
- "eslint": "^8.55.0",
80
- "eslint-plugin-react-hooks": "^4.6.0",
81
- "eslint-plugin-react-refresh": "^0.4.5",
82
- "eslint-plugin-storybook": "^0.6.15",
83
- "glob": "^10.3.10",
84
- "husky": "^8.0.0",
85
- "next": "^14.1.4",
86
- "prettier": "3.2.5",
87
- "react": "^18.2.0",
88
- "react-dom": "^18.2.0",
89
- "rollup-plugin-preserve-directives": "^0.4.0",
90
- "rollup-plugin-svg-import": "^3.0.0",
91
- "rollup-plugin-svgo": "^2.0.0",
92
- "storybook": "^7.6.13",
93
- "typescript": "^5.2.2",
94
- "typescript-plugin-css-modules": "^5.1.0",
95
- "vite": "^5.0.8",
96
- "vite-plugin-dts": "^3.7.3",
97
- "vite-plugin-lib-inject-css": "^1.3.0",
98
- "vite-plugin-setting-css-module": "^1.1.4",
99
- "vite-tsconfig-paths": "^4.3.1"
100
- },
101
- "main": "index.js",
102
- "directories": {
103
- "lib": "lib"
104
- },
105
- "author": "axos-web-dev",
106
- "license": "ISC"
107
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "0.0.35",
5
+ "type": "module",
6
+ "module": "dist/main.js",
7
+ "types": "dist/main.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "sideEffects": [
12
+ "dist/assets/**/*.css"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite",
16
+ "build": "tsc --p ./tsconfig.build.json && vite build",
17
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
+ "preview": "vite preview",
19
+ "prepublishOnly": "npm run build",
20
+ "check-types": "tsc --pretty --noEmit",
21
+ "check-format": "prettier --check .",
22
+ "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
+ "format": "prettier --write .",
24
+ "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
+ "prepare": "husky install",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "npm:link": "npm run build && npm link"
29
+ },
30
+ "dependencies": {
31
+ "@hookform/resolvers": "^3.3.4",
32
+ "@react-input/mask": "^1.0.23",
33
+ "@storybook/builder-vite": "^7.6.13",
34
+ "@storybook/preview-api": "^7.6.16",
35
+ "@vanilla-extract/css": "^1.14.1",
36
+ "@vanilla-extract/recipes": "^0.5.1",
37
+ "clsx": "^2.1.0",
38
+ "react-hook-form": "^7.51.1",
39
+ "react-markdown": "^9.0.1",
40
+ "react-use": "^17.5.0",
41
+ "typed-css-modules": "^0.9.1",
42
+ "vite-plugin-svgr": "^4.2.0",
43
+ "zod": "^3.22.4",
44
+ "zustand": "^4.5.0"
45
+ },
46
+ "peerDependencies": {
47
+ "@vanilla-extract/css": "^1.14.1",
48
+ "@vanilla-extract/css-utils": "^0.1.3",
49
+ "@vanilla-extract/recipes": "^0.5.1",
50
+ "@vanilla-extract/vite-plugin": "^4.0.3",
51
+ "next": "^14.1.4",
52
+ "react": "^18.2.0",
53
+ "react-dom": "^18.2.0"
54
+ },
55
+ "devDependencies": {
56
+ "@rollup/plugin-alias": "^5.1.0",
57
+ "@storybook/addon-essentials": "^7.6.13",
58
+ "@storybook/addon-interactions": "^7.6.13",
59
+ "@storybook/addon-links": "^7.6.13",
60
+ "@storybook/addon-onboarding": "^1.0.11",
61
+ "@storybook/addon-themes": "^7.6.10",
62
+ "@storybook/blocks": "^7.6.13",
63
+ "@storybook/react": "^7.6.13",
64
+ "@storybook/react-vite": "^7.6.13",
65
+ "@storybook/test": "^7.6.13",
66
+ "@svgr/core": "^8.1.0",
67
+ "@svgr/plugin-prettier": "^8.1.0",
68
+ "@svgr/plugin-svgo": "^8.1.0",
69
+ "@types/node": "^20.11.16",
70
+ "@types/react": "^18.2.43",
71
+ "@types/react-dom": "^18.2.17",
72
+ "@typescript-eslint/eslint-plugin": "^6.14.0",
73
+ "@typescript-eslint/parser": "^6.14.0",
74
+ "@vanilla-extract/css-utils": "^0.1.3",
75
+ "@vanilla-extract/recipes": "^0.5.1",
76
+ "@vanilla-extract/vite-plugin": "^4.0.3",
77
+ "@vitejs/plugin-react-swc": "^3.5.0",
78
+ "esbuild-vanilla-image-loader": "^0.1.3",
79
+ "eslint": "^8.55.0",
80
+ "eslint-plugin-react-hooks": "^4.6.0",
81
+ "eslint-plugin-react-refresh": "^0.4.5",
82
+ "eslint-plugin-storybook": "^0.6.15",
83
+ "glob": "^10.3.10",
84
+ "husky": "^8.0.0",
85
+ "next": "^14.1.4",
86
+ "prettier": "3.2.5",
87
+ "react": "^18.2.0",
88
+ "react-dom": "^18.2.0",
89
+ "rollup-plugin-preserve-directives": "^0.4.0",
90
+ "rollup-plugin-svg-import": "^3.0.0",
91
+ "rollup-plugin-svgo": "^2.0.0",
92
+ "storybook": "^7.6.13",
93
+ "typescript": "^5.2.2",
94
+ "typescript-plugin-css-modules": "^5.1.0",
95
+ "vite": "^5.0.8",
96
+ "vite-plugin-dts": "^3.7.3",
97
+ "vite-plugin-lib-inject-css": "^1.3.0",
98
+ "vite-plugin-setting-css-module": "^1.1.4",
99
+ "vite-tsconfig-paths": "^4.3.1"
100
+ },
101
+ "main": "index.js",
102
+ "directories": {
103
+ "lib": "lib"
104
+ },
105
+ "author": "axos-web-dev",
106
+ "license": "ISC"
107
+ }