cclkit4svelte 0.2.6 → 0.2.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/dist/Button.svelte.d.ts +1 -1
- package/dist/Footer.svelte +2 -2
- package/dist/const/config.d.ts +1 -1
- package/dist/const/config.js +1 -1
- package/dist/const/variables.css +1 -1
- package/dist/scripts/date.d.ts +2 -0
- package/dist/scripts/date.js +5 -0
- package/package.json +80 -75
package/dist/Button.svelte.d.ts
CHANGED
package/dist/Footer.svelte
CHANGED
package/dist/const/config.d.ts
CHANGED
package/dist/const/config.js
CHANGED
package/dist/const/variables.css
CHANGED
package/package.json
CHANGED
|
@@ -1,77 +1,82 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
2
|
+
"name": "cclkit4svelte",
|
|
3
|
+
"version": "0.2.8",
|
|
4
|
+
"author": "reiji1020 <sk@reiji1020.info>",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"repository": "https://github.com/reiji1020/ccl-component-kit4svelte.git",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/reiji1020/ccl-component-kit4svelte/issues"
|
|
14
|
+
},
|
|
15
|
+
"homepage": "https://github.com/reiji1020/ccl-component-kit4svelte#readme",
|
|
16
|
+
"description": "Component kit for CANDY CHUPS Lab.",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"preinstall": "npx only-allow pnpm",
|
|
19
|
+
"dev": "vite dev",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"preview": "vite preview",
|
|
22
|
+
"package": "svelte-package",
|
|
23
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
24
|
+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
25
|
+
"lint": "prettier --check . && eslint .",
|
|
26
|
+
"format": "prettier --write .",
|
|
27
|
+
"storybook": "storybook dev -p 6006",
|
|
28
|
+
"build-storybook": "storybook build -o ./public/storybook",
|
|
29
|
+
"chromatic": "chromatic",
|
|
30
|
+
"test-sb": "test-storybook --coverage"
|
|
31
|
+
},
|
|
32
|
+
"exports": {
|
|
33
|
+
".": {
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
35
|
+
"svelte": "./dist/index.js"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@chromatic-com/storybook": "^1.3.2",
|
|
40
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
41
|
+
"@semantic-release/git": "^10.0.1",
|
|
42
|
+
"@storybook/addon-coverage": "^1.0.1",
|
|
43
|
+
"@storybook/addon-essentials": "^8.0.8",
|
|
44
|
+
"@storybook/addon-interactions": "^8.0.8",
|
|
45
|
+
"@storybook/addon-links": "^8.0.8",
|
|
46
|
+
"@storybook/addon-mdx-gfm": "8.0.8",
|
|
47
|
+
"@storybook/addon-viewport": "^8.0.8",
|
|
48
|
+
"@storybook/blocks": "^8.0.8",
|
|
49
|
+
"@storybook/svelte": "^8.0.8",
|
|
50
|
+
"@storybook/sveltekit": "^8.0.8",
|
|
51
|
+
"@storybook/test": "^8.0.8",
|
|
52
|
+
"@storybook/test-runner": "^0.17.0",
|
|
53
|
+
"@sveltejs/adapter-auto": "^2.1.1",
|
|
54
|
+
"@sveltejs/kit": "^1.30.4",
|
|
55
|
+
"@sveltejs/package": "^2.3.1",
|
|
56
|
+
"@types/luxon": "^3.4.2",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
58
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
59
|
+
"chromatic": "^11.3.0",
|
|
60
|
+
"eslint": "^8.57.0",
|
|
61
|
+
"eslint-config-prettier": "^9.1.0",
|
|
62
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
63
|
+
"eslint-plugin-svelte": "^2.37.0",
|
|
64
|
+
"luxon": "^3.4.4",
|
|
65
|
+
"prettier": "^3.2.5",
|
|
66
|
+
"prettier-plugin-svelte": "^3.2.3",
|
|
67
|
+
"react": "^18.2.0",
|
|
68
|
+
"react-dom": "^18.2.0",
|
|
69
|
+
"semantic-release": "^23.0.8",
|
|
70
|
+
"storybook": "^8.0.8",
|
|
71
|
+
"svelte": "^4.2.14",
|
|
72
|
+
"svelte-check": "^3.6.9",
|
|
73
|
+
"svelte2tsx": "^0.6.27",
|
|
74
|
+
"tslib": "^2.6.2",
|
|
75
|
+
"typescript": "^5.4.5",
|
|
76
|
+
"vite": "^4.5.3"
|
|
77
|
+
},
|
|
78
|
+
"volta": {
|
|
79
|
+
"node": "20.11.1",
|
|
80
|
+
"npm": "10.5.0"
|
|
81
|
+
}
|
|
77
82
|
}
|