@televet/kibble-ui 1.0.0 → 1.0.1
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 +8 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@televet/kibble-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Kibble Design System by Televet",
|
|
5
5
|
"author": "TeleVet",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"fix": "npx eslint --fix ./src/ && npx stylelint ./src/ --fix",
|
|
15
15
|
"lint": "npx eslint ./src/ && npx stylelint ./src/",
|
|
16
16
|
"start": "start-storybook -p 6006 && npx rollup -c --watch",
|
|
17
|
-
"build": "build-storybook -o docs && npx rollup -c"
|
|
17
|
+
"build": "build-storybook -o docs && npx rollup -c",
|
|
18
|
+
"predeploy": "npm run build",
|
|
19
|
+
"deploy": "gh-pages -d build"
|
|
18
20
|
},
|
|
19
21
|
"browserslist": {
|
|
20
22
|
"production": [
|
|
@@ -40,8 +42,8 @@
|
|
|
40
42
|
"@babel/runtime": "^7.15.3",
|
|
41
43
|
"@chakra-ui/icons": "^1.0.14",
|
|
42
44
|
"@chakra-ui/react": "^1.6.5",
|
|
43
|
-
"@chakra-ui/theme-tools": "^1.3.6",
|
|
44
45
|
"@chakra-ui/storybook-addon": "^1.0.3",
|
|
46
|
+
"@chakra-ui/theme-tools": "^1.3.6",
|
|
45
47
|
"@emotion/react": "^11.4.0",
|
|
46
48
|
"@emotion/styled": "^11.3.0",
|
|
47
49
|
"@rollup/plugin-babel": "^5.3.0",
|
|
@@ -81,6 +83,7 @@
|
|
|
81
83
|
"eslint-plugin-react": "^7.25.1",
|
|
82
84
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
83
85
|
"framer-motion": "^4.1.17",
|
|
86
|
+
"gh-pages": "^3.2.3",
|
|
84
87
|
"husky": "^7.0.2",
|
|
85
88
|
"lint-staged": "^11.1.2",
|
|
86
89
|
"npm-run-all": "^4.1.5",
|
|
@@ -103,15 +106,15 @@
|
|
|
103
106
|
"rollup-plugin-stylelint": "^1.0.0",
|
|
104
107
|
"rollup-plugin-terser": "^7.0.2",
|
|
105
108
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
109
|
+
"styled-components": "^5.3.3",
|
|
106
110
|
"stylelint": "^13.13.1",
|
|
107
111
|
"stylelint-config-standard": "^22.0.0",
|
|
108
112
|
"stylelint-order": "^4.1.0",
|
|
109
|
-
"styled-components": "^5.3.3",
|
|
110
113
|
"typescript": "^4.6.2"
|
|
111
114
|
},
|
|
112
115
|
"peerDependencies": {
|
|
113
|
-
"@chakra-ui/react": ">=1.6.5",
|
|
114
116
|
"@chakra-ui/icons": ">=1.0.14",
|
|
117
|
+
"@chakra-ui/react": ">=1.6.5",
|
|
115
118
|
"@chakra-ui/theme-tools": "^1.3.6",
|
|
116
119
|
"@emotion/react": "^11.4.0",
|
|
117
120
|
"@emotion/styled": "^11.3.0",
|