@mkbabb/value.js 0.1.0 → 0.2.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,20 +1,28 @@
1
1
  {
2
2
  "name": "@mkbabb/value.js",
3
- "version": "0.1.0",
4
- "description": "",
5
- "licenses": [
6
- {
7
- "type": "GNU GPL v3",
8
- "url": "https://www.gnu.org/licenses/gpl-3.0.html"
9
- }
3
+ "version": "0.2.0",
4
+ "description": "CSS value units for color, length, angles, & c.",
5
+ "license": "GPL-3.0-only",
6
+ "keywords": [
7
+ "css",
8
+ "value",
9
+ "unit",
10
+ "value-unit",
11
+ "css-value-unit",
12
+ "color",
13
+ "color-space",
14
+ "rgb",
15
+ "xyz",
16
+ "lab"
10
17
  ],
11
- "keywords": [],
12
18
  "type": "module",
13
19
  "main": "./dist/value.js",
14
20
  "module": "./dist/value.js",
15
21
  "types": "./dist/value.d.ts",
22
+ "sideEffects": false,
16
23
  "exports": {
17
24
  ".": {
25
+ "types": "./dist/value.d.ts",
18
26
  "import": "./dist/value.js",
19
27
  "require": "./dist/value.cjs"
20
28
  }
@@ -23,59 +31,62 @@
23
31
  "dist"
24
32
  ],
25
33
  "scripts": {
26
- "dev": "vite --port 8080 --mode production",
34
+ "dev": "vite --port 8080",
27
35
  "build": "vite build --mode production",
28
36
  "gh-pages": "vite build --mode gh-pages",
29
- "test": "vitest"
37
+ "test": "vitest",
38
+ "test:e2e": "playwright test"
30
39
  },
31
40
  "repository": {
32
41
  "type": "git",
33
42
  "url": "git+https://github.com/mkbabb/value.js.git"
34
43
  },
35
44
  "author": "",
36
- "license": "ISC",
45
+ "engines": {
46
+ "node": ">=22"
47
+ },
37
48
  "bugs": {
38
49
  "url": "https://github.com/mkbabb/value.js/issues"
39
50
  },
40
51
  "homepage": "https://github.com/mkbabb/value.js#readme",
41
52
  "dependencies": {
42
- "katex": "^0.16.11",
43
- "parsimmon": "^1.18.1"
53
+ "@mkbabb/parse-that": "^0.6.0"
44
54
  },
45
55
  "devDependencies": {
46
- "@iconify-json/radix-icons": "^1.1.14",
56
+ "@iconify-json/radix-icons": "^1.2.2",
47
57
  "@iconify/vue": "^4.1.2",
48
- "@types/node": "^20.14.10",
49
- "@types/parsimmon": "^1.10.9",
50
- "@types/prettier": "^2.7.3",
51
- "@unovis/ts": "^1.4.2",
52
- "@unovis/vue": "^1.4.2",
58
+ "@playwright/test": "^1.58.2",
59
+ "@tailwindcss/cli": "^4.1.11",
60
+ "@tailwindcss/postcss": "^4.1.11",
61
+ "@types/katex": "^0.16.7",
62
+ "@types/node": "^24.1.0",
63
+ "@unovis/ts": "^1.5.2",
64
+ "@unovis/vue": "^1.5.2",
53
65
  "@vee-validate/zod": "^4.13.2",
54
- "@vitejs/plugin-vue": "^5.0.5",
55
- "@vueuse/core": "^10.11.0",
56
- "autoprefixer": "^10.4.19",
57
- "class-variance-authority": "^0.7.0",
66
+ "@vitejs/plugin-vue": "^6.0.0",
67
+ "@vue/test-utils": "^2.4.6",
68
+ "@vueuse/core": "^14.2.1",
69
+ "class-variance-authority": "^0.7.1",
58
70
  "clsx": "^2.1.1",
59
- "embla-carousel-vue": "^8.1.6",
60
- "gl-matrix": "^3.4.3",
61
- "jsdom": "^24.1.0",
62
- "lucide-vue-next": "^0.408.0",
63
- "prettier": "^3.3.3",
64
- "radix-vue": "^1.9.1",
65
- "sass": "^1.77.8",
66
- "tailwind-merge": "^2.4.0",
67
- "tailwindcss": "^3.4.4",
68
- "tailwindcss-animate": "^1.0.7",
69
- "typescript": "^5.5.3",
70
- "unplugin-vue-macros": "^2.9.5",
71
+ "embla-carousel-vue": "^8.6.0",
72
+ "highlight.js": "^11.11.1",
73
+ "jsdom": "^26.1.0",
74
+ "katex": "^0.16.22",
75
+ "lucide-vue-next": "^0.525.0",
76
+ "prettier": "^3.6.2",
77
+ "reka-ui": "^2.0.0",
78
+ "tailwind-merge": "^3.3.1",
79
+ "tailwindcss": "^4.1.11",
80
+ "tw-animate-css": "^1.2.5",
81
+ "typescript": "^5.8.3",
82
+ "unplugin-vue-markdown": "^29.2.0",
71
83
  "v-calendar": "^3.1.2",
72
84
  "vaul-vue": "^0.2.0",
73
85
  "vee-validate": "^4.13.2",
74
- "vite": "^5.3.3",
75
- "vite-plugin-dts": "^3.9.1",
76
- "vite-plugin-markdown": "^2.2.0",
77
- "vitest": "^2.0.2",
78
- "vue": "^3.4.31",
86
+ "vite": "^7.0.6",
87
+ "vite-plugin-dts": "^4.5.4",
88
+ "vitest": "^3.2.4",
89
+ "vue": "^3.5.18",
79
90
  "vue-sonner": "^1.1.3",
80
91
  "zod": "^3.23.8"
81
92
  }