@cooperco/cooper-component-library 0.1.85 → 0.1.87

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,118 +1,119 @@
1
1
  {
2
- "name": "@cooperco/cooper-component-library",
3
- "private": false,
4
- "version": "0.1.85",
5
- "type": "module",
6
- "files": [
7
- "dist"
8
- ],
9
- "main": "./dist/lib/component-lib.umd.cjs",
10
- "module": "./dist/lib/component-lib.js",
11
- "types": "./dist/types/src/index.d.ts",
12
- "exports": {
13
- ".": {
14
- "import": "./dist/lib/component-lib.js",
15
- "require": "./dist/lib/component-lib.umd.cjs",
16
- "types": "./dist/types/src/index.d.ts"
17
- },
18
- "./css/main.css": {
19
- "import": "./dist/lib/css/main.css",
20
- "require": "./dist/lib/css/main.css"
21
- },
22
- "./css/theme.css": {
23
- "import": "./dist/lib/css/theme.css",
24
- "require": "./dist/lib/css/theme.css"
25
- },
26
- "./cms/contentful/graphql": {
27
- "import": "./dist/cms/contentful/queries/index.js",
28
- "types": "./dist/cms/contentful/queries/index.d.ts"
29
- }
30
- },
31
- "dependencies": {
32
- "@primevue/themes": "^4.0.0",
33
- "@vueuse/components": "^11.1.0",
34
- "@vueuse/core": "^11.1.0",
35
- "chart.js": "^4.5.1",
36
- "contentful-management": "^11.68.0",
37
- "contentful-migration": "^4.23.2",
38
- "dotenv": "^17.2.3",
39
- "graphql": "^16.9.0",
40
- "graphql-tag": "^2.12.6",
41
- "primeicons": "^7.0.0",
42
- "primevue": "^3.0.0",
43
- "tailwind-merge": "^2.4.0",
44
- "vite-plugin-turbosnap": "^1.0.3",
45
- "vue": "^3.5.6",
46
- "vue-chartjs": "^5.3.3"
47
- },
48
- "devDependencies": {
49
- "@chromatic-com/storybook": "^3.2.6",
50
- "@cooperco/contentful-cli-migrations": "^0.5.2",
51
- "@eslint/js": "^9.4.0",
52
- "@storybook/addon-essentials": "^8.6.15",
53
- "@storybook/addon-interactions": "^8.6.15",
54
- "@storybook/addon-links": "^8.6.15",
55
- "@storybook/blocks": "^8.6.15",
56
- "@storybook/builder-vite": "^8.6.15",
57
- "@storybook/test": "^8.6.15",
58
- "@storybook/vue3": "^8.6.15",
59
- "@storybook/vue3-vite": "^8.6.15",
60
- "@tsconfig/node18": "^18.2.4",
61
- "@typescript-eslint/eslint-plugin": "^8.24.1",
62
- "@typescript-eslint/parser": "^8.24.1",
63
- "@vitejs/plugin-vue": "^5.0.4",
64
- "@vue/tsconfig": "^0.5.1",
65
- "autoprefixer": "^10.4.19",
66
- "chromatic": "^15.1.0",
67
- "eslint": "^8.57.0",
68
- "eslint-config-prettier": "^9.1.0",
69
- "eslint-plugin-vue": "^9.26.0",
70
- "globals": "^15.3.0",
71
- "husky": "^9.1.4",
72
- "jsdom": "^24.1.0",
73
- "lint-staged": "^15.2.8",
74
- "patch-package": "^8.0.0",
75
- "postcss": "^8.4.38",
76
- "prettier": "3.3.1",
77
- "storybook": "^8.6.15",
78
- "storybook-vue3-router": "^5.0.0",
79
- "tailwind-config-viewer": "^2.0.2",
80
- "tailwindcss": "^3.4.4",
81
- "typescript": "~5.3.3",
82
- "typescript-eslint": "^7.17.0",
83
- "unplugin-vue-components": "^0.27.0",
84
- "vite": "^5.2.0",
85
- "vite-plugin-css-injected-by-js": "^3.5.1",
86
- "vite-plugin-static-copy": "^1.0.6",
87
- "vue-eslint-parser": "^9.4.3",
88
- "vue-router": "^4.4.3",
89
- "vue-tsc": "^2.0.29"
90
- },
91
- "peerDependencies": {
92
- "graphql-tag": "^2.12.6",
93
- "vue": "^3.0.0"
94
- },
95
- "lint-staged": {
96
- "*.{json,js,ts,jsx,tsx,html,vue}": [
97
- "prettier --write --ignore-unknown"
98
- ]
99
- },
100
- "scripts": {
101
- "dev": "vite",
102
- "check-types": "vue-tsc",
103
- "build:types": "vue-tsc --emitDeclarationOnly --outDir dist/types",
104
- "build:cms": "tsc -p tsconfig.cms.json",
105
- "build": "pnpm run build:types && pnpm run build:cms && vite build",
106
- "preview": "vite preview",
107
- "tail": "tailwind-config-viewer -o",
108
- "storybook": "storybook dev -p 6006",
109
- "build-storybook": "storybook build",
110
- "chromatic": "chromatic --exit-zero-on-changes",
111
- "lint": "eslint . --no-fix",
112
- "lint:fix": "eslint . --fix --quiet",
113
- "local-test": "pnpm run build && pnpm pack",
114
- "release": "./scripts/release.sh",
115
- "release:minor": "./scripts/release.sh minor",
116
- "release:major": "./scripts/release.sh major"
117
- }
118
- }
2
+ "name": "@cooperco/cooper-component-library",
3
+ "private": false,
4
+ "version": "0.1.87",
5
+ "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "./dist/lib/component-lib.umd.cjs",
10
+ "module": "./dist/lib/component-lib.js",
11
+ "types": "./dist/types/src/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/lib/component-lib.js",
15
+ "require": "./dist/lib/component-lib.umd.cjs",
16
+ "types": "./dist/types/src/index.d.ts"
17
+ },
18
+ "./css/main.css": {
19
+ "import": "./dist/lib/css/main.css",
20
+ "require": "./dist/lib/css/main.css"
21
+ },
22
+ "./css/theme.css": {
23
+ "import": "./dist/lib/css/theme.css",
24
+ "require": "./dist/lib/css/theme.css"
25
+ },
26
+ "./cms/contentful/graphql": {
27
+ "import": "./dist/cms/contentful/queries/index.js",
28
+ "types": "./dist/cms/contentful/queries/index.d.ts"
29
+ }
30
+ },
31
+ "scripts": {
32
+ "dev": "vite",
33
+ "check-types": "vue-tsc",
34
+ "build:types": "vue-tsc --emitDeclarationOnly --outDir dist/types",
35
+ "build:cms": "tsc -p tsconfig.cms.json",
36
+ "build": "pnpm run build:types && pnpm run build:cms && vite build",
37
+ "preview": "vite preview",
38
+ "tail": "tailwind-config-viewer -o",
39
+ "storybook": "storybook dev -p 6006",
40
+ "build-storybook": "storybook build",
41
+ "chromatic": "chromatic --exit-zero-on-changes",
42
+ "prepare": "husky",
43
+ "lint": "eslint . --no-fix",
44
+ "lint:fix": "eslint . --fix --quiet",
45
+ "local-test": "pnpm run build && pnpm pack",
46
+ "release": "./scripts/release.sh",
47
+ "release:minor": "./scripts/release.sh minor",
48
+ "release:major": "./scripts/release.sh major"
49
+ },
50
+ "dependencies": {
51
+ "@primevue/themes": "^4.0.0",
52
+ "@vueuse/components": "^11.1.0",
53
+ "@vueuse/core": "^11.1.0",
54
+ "chart.js": "^4.5.1",
55
+ "contentful-management": "^11.68.0",
56
+ "contentful-migration": "^4.23.2",
57
+ "dotenv": "^17.2.3",
58
+ "graphql": "^16.9.0",
59
+ "graphql-tag": "^2.12.6",
60
+ "primeicons": "^7.0.0",
61
+ "primevue": "^3.0.0",
62
+ "tailwind-merge": "^2.4.0",
63
+ "vite-plugin-turbosnap": "^1.0.3",
64
+ "vue": "^3.5.6",
65
+ "vue-chartjs": "^5.3.3"
66
+ },
67
+ "devDependencies": {
68
+ "@chromatic-com/storybook": "^3.2.6",
69
+ "@cooperco/contentful-cli-migrations": "^0.5.2",
70
+ "@eslint/js": "^9.4.0",
71
+ "@storybook/addon-essentials": "^8.6.15",
72
+ "@storybook/addon-interactions": "^8.6.15",
73
+ "@storybook/addon-links": "^8.6.15",
74
+ "@storybook/blocks": "^8.6.15",
75
+ "@storybook/builder-vite": "^8.6.15",
76
+ "@storybook/test": "^8.6.15",
77
+ "@storybook/vue3": "^8.6.15",
78
+ "@storybook/vue3-vite": "^8.6.15",
79
+ "@tsconfig/node18": "^18.2.4",
80
+ "@typescript-eslint/eslint-plugin": "^8.24.1",
81
+ "@typescript-eslint/parser": "^8.24.1",
82
+ "@vitejs/plugin-vue": "^5.0.4",
83
+ "@vue/tsconfig": "^0.5.1",
84
+ "autoprefixer": "^10.4.19",
85
+ "chromatic": "^15.1.0",
86
+ "eslint": "^8.57.0",
87
+ "eslint-config-prettier": "^9.1.0",
88
+ "eslint-plugin-vue": "^9.26.0",
89
+ "globals": "^15.3.0",
90
+ "husky": "^9.1.4",
91
+ "jsdom": "^24.1.0",
92
+ "lint-staged": "^15.2.8",
93
+ "patch-package": "^8.0.0",
94
+ "postcss": "^8.4.38",
95
+ "prettier": "3.3.1",
96
+ "storybook": "^8.6.15",
97
+ "storybook-vue3-router": "^5.0.0",
98
+ "tailwind-config-viewer": "^2.0.2",
99
+ "tailwindcss": "^3.4.4",
100
+ "typescript": "~5.3.3",
101
+ "typescript-eslint": "^7.17.0",
102
+ "unplugin-vue-components": "^0.27.0",
103
+ "vite": "^5.2.0",
104
+ "vite-plugin-css-injected-by-js": "^3.5.1",
105
+ "vite-plugin-static-copy": "^1.0.6",
106
+ "vue-eslint-parser": "^9.4.3",
107
+ "vue-router": "^4.4.3",
108
+ "vue-tsc": "^2.0.29"
109
+ },
110
+ "peerDependencies": {
111
+ "graphql-tag": "^2.12.6",
112
+ "vue": "^3.0.0"
113
+ },
114
+ "lint-staged": {
115
+ "*.{json,js,ts,jsx,tsx,html,vue}": [
116
+ "prettier --write --ignore-unknown"
117
+ ]
118
+ }
119
+ }