-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.07 KB
/
package.json
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
{
"name": "@silintl/ui-components",
"version": "11.6.1",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
"svelte": "index.mjs",
"scripts": {
"test": "echo test",
"format-all": "prettier --write .",
"format:check": "prettier --list-different .",
"dev": "sass components/global.scss components/global.css; storybook dev -p 6007",
"build": "sass components/global.scss components/global.css; storybook build",
"dry": "npx semantic-release --dry-run",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silinternational/ui-components.git"
},
"keywords": [
"material",
"material-design",
"svelte",
"svelte-components",
"ui-components"
],
"author": "Michael Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/silinternational/ui-components/issues"
},
"homepage": "https://github.com/silinternational/ui-components#readme",
"peerDependencies": {
"material-components-web": "^14.0.0",
"svelte": "^4.0.0"
},
"dependencies": {
"material-components-web": "^14.0.0",
"svelte": "^3 || ^4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-docs": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-mdx-gfm": "^7.6.17",
"@storybook/addon-svelte-csf": "^4.1.1",
"@storybook/blocks": "^7.6.17",
"@storybook/preset-scss": "^1.0.3",
"@storybook/svelte": "^7.6.17",
"@storybook/svelte-vite": "^7.6.17",
"@storybook/test": "^7.6.17",
"conventional-changelog": "^3.1.25",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "1.71.x",
"semantic-release": "^21",
"storybook": "^7.6.17"
}
}