@greghowe79/the-lib 2.0.6 → 2.0.8
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 +74 -74
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@greghowe79/the-lib",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Collection of fast components for Qwik",
|
|
5
|
-
"main": "./lib/index.qwik.mjs",
|
|
6
|
-
"qwik": "./lib/index.qwik.mjs",
|
|
7
|
-
"types": "./lib-types/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./lib/index.qwik.mjs",
|
|
11
|
-
"require": "./lib/index.qwik.cjs",
|
|
12
|
-
"types": "./lib-types/index.d.ts"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"lib",
|
|
17
|
-
"lib-types"
|
|
18
|
-
],
|
|
19
|
-
"engines": {
|
|
20
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
21
|
-
},
|
|
22
|
-
"private": false,
|
|
23
|
-
"type": "module",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "qwik build",
|
|
26
|
-
"build-storybook": "storybook build",
|
|
27
|
-
"build.lib": "vite build --mode lib",
|
|
28
|
-
"build.types": "tsc --emitDeclarationOnly",
|
|
29
|
-
"dev": "vite --mode ssr",
|
|
30
|
-
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
|
31
|
-
"fmt": "prettier --write .",
|
|
32
|
-
"fmt.check": "prettier --check .",
|
|
33
|
-
"lint": "eslint \"src/**/*.ts*\"",
|
|
34
|
-
"release": "np",
|
|
35
|
-
"start": "vite --open --mode ssr",
|
|
36
|
-
"storybook": "storybook dev -p 6006",
|
|
37
|
-
"test": "echo \"No test specified\" && exit 0",
|
|
38
|
-
"qwik": "qwik"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@builder.io/qwik": "^1.13.0",
|
|
42
|
-
"@storybook/addon-essentials": "^8.2.8",
|
|
43
|
-
"@storybook/addon-links": "^8.2.8",
|
|
44
|
-
"@storybook/blocks": "^8.2.8",
|
|
45
|
-
"@storybook/builder-vite": "^8.2.8",
|
|
46
|
-
"@storybook/html": "^8.2.8",
|
|
47
|
-
"@storybook/html-vite": "^8.2.8",
|
|
48
|
-
"@types/eslint": "8.56.10",
|
|
49
|
-
"@types/node": "20.14.11",
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "7.16.1",
|
|
51
|
-
"@typescript-eslint/parser": "7.16.1",
|
|
52
|
-
"@vanilla-extract/css": "^1.12.0",
|
|
53
|
-
"eslint": "8.57.0",
|
|
54
|
-
"eslint-plugin-qwik": "1.13.0",
|
|
55
|
-
"np": "^8.0.4",
|
|
56
|
-
"prettier": "3.3.3",
|
|
57
|
-
"storybook": "^8.2.8",
|
|
58
|
-
"storybook-framework-qwik": "^0.4.0",
|
|
59
|
-
"styled-vanilla-extract": "^0.5.4",
|
|
60
|
-
"typescript": "5.4.5",
|
|
61
|
-
"undici": "*",
|
|
62
|
-
"vite": "5.3.5",
|
|
63
|
-
"vite-tsconfig-paths": "^4.2.1"
|
|
64
|
-
},
|
|
65
|
-
"dependencies": {
|
|
66
|
-
"@builder.io/qwik-city": "^1.13.0",
|
|
67
|
-
"@fontsource/roboto-condensed": "^5.2.5",
|
|
68
|
-
"@unpic/qwik": "^1.0.0",
|
|
69
|
-
"@vanilla-extract/vite-plugin": "^5.0.1"
|
|
70
|
-
},
|
|
71
|
-
"publishConfig": {
|
|
72
|
-
"access": "public"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@greghowe79/the-lib",
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"description": "Collection of fast components for Qwik",
|
|
5
|
+
"main": "./lib/index.qwik.mjs",
|
|
6
|
+
"qwik": "./lib/index.qwik.mjs",
|
|
7
|
+
"types": "./lib-types/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./lib/index.qwik.mjs",
|
|
11
|
+
"require": "./lib/index.qwik.cjs",
|
|
12
|
+
"types": "./lib-types/index.d.ts"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"lib",
|
|
17
|
+
"lib-types"
|
|
18
|
+
],
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
21
|
+
},
|
|
22
|
+
"private": false,
|
|
23
|
+
"type": "module",
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "qwik build",
|
|
26
|
+
"build-storybook": "storybook build",
|
|
27
|
+
"build.lib": "vite build --mode lib",
|
|
28
|
+
"build.types": "tsc --emitDeclarationOnly",
|
|
29
|
+
"dev": "vite --mode ssr",
|
|
30
|
+
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
|
31
|
+
"fmt": "prettier --write .",
|
|
32
|
+
"fmt.check": "prettier --check .",
|
|
33
|
+
"lint": "eslint \"src/**/*.ts*\"",
|
|
34
|
+
"release": "np",
|
|
35
|
+
"start": "vite --open --mode ssr",
|
|
36
|
+
"storybook": "storybook dev -p 6006",
|
|
37
|
+
"test": "echo \"No test specified\" && exit 0",
|
|
38
|
+
"qwik": "qwik"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@builder.io/qwik": "^1.13.0",
|
|
42
|
+
"@storybook/addon-essentials": "^8.2.8",
|
|
43
|
+
"@storybook/addon-links": "^8.2.8",
|
|
44
|
+
"@storybook/blocks": "^8.2.8",
|
|
45
|
+
"@storybook/builder-vite": "^8.2.8",
|
|
46
|
+
"@storybook/html": "^8.2.8",
|
|
47
|
+
"@storybook/html-vite": "^8.2.8",
|
|
48
|
+
"@types/eslint": "8.56.10",
|
|
49
|
+
"@types/node": "20.14.11",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "7.16.1",
|
|
51
|
+
"@typescript-eslint/parser": "7.16.1",
|
|
52
|
+
"@vanilla-extract/css": "^1.12.0",
|
|
53
|
+
"eslint": "8.57.0",
|
|
54
|
+
"eslint-plugin-qwik": "1.13.0",
|
|
55
|
+
"np": "^8.0.4",
|
|
56
|
+
"prettier": "3.3.3",
|
|
57
|
+
"storybook": "^8.2.8",
|
|
58
|
+
"storybook-framework-qwik": "^0.4.0",
|
|
59
|
+
"styled-vanilla-extract": "^0.5.4",
|
|
60
|
+
"typescript": "5.4.5",
|
|
61
|
+
"undici": "*",
|
|
62
|
+
"vite": "5.3.5",
|
|
63
|
+
"vite-tsconfig-paths": "^4.2.1"
|
|
64
|
+
},
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@builder.io/qwik-city": "^1.13.0",
|
|
67
|
+
"@fontsource/roboto-condensed": "^5.2.5",
|
|
68
|
+
"@unpic/qwik": "^1.0.0",
|
|
69
|
+
"@vanilla-extract/vite-plugin": "^5.0.1"
|
|
70
|
+
},
|
|
71
|
+
"publishConfig": {
|
|
72
|
+
"access": "public"
|
|
73
|
+
}
|
|
74
|
+
}
|