@kvdbil/components 14.2.10 → 14.2.11
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/package.json +136 -0
- package/package.json +7 -7
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kvdbil/components",
|
|
3
|
+
"version": "14.2.11",
|
|
4
|
+
"files": ["dist"],
|
|
5
|
+
"sideEffects": false,
|
|
6
|
+
"main": "dist/cjs/index.js",
|
|
7
|
+
"module": "dist/esm/index.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/esm/index.js",
|
|
12
|
+
"require": "./dist/cjs/index.js"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"start": "yarn dev",
|
|
17
|
+
"dev": "yarn storybook dev -p 6006 watch-css",
|
|
18
|
+
"test": "jest --silent",
|
|
19
|
+
"test:watch": "cross-env DEBUG_PRINT_LIMIT=14000 jest --verbose --watchAll",
|
|
20
|
+
"type-check": "tsc",
|
|
21
|
+
"generateIcons": "svgr --icon 1em --template ./src/icons/template.js -d ./src/icons/components ./src/icons/svgs --typescript",
|
|
22
|
+
"build": "yarn run generateIcons && rollup -c && yarn create-declaration",
|
|
23
|
+
"build:rollup": "rollup -c && cp package.json dist/",
|
|
24
|
+
"build:storybook": "storybook build",
|
|
25
|
+
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx,.mdx src",
|
|
26
|
+
"analyze": "rollup -c rollup.config.analyze.js",
|
|
27
|
+
"create-declaration": "yarn tsc --p tsconfig.production.json --emitDeclarationOnly --noEmit false --declaration true --declarationDir dist/types",
|
|
28
|
+
"prepare": "husky install",
|
|
29
|
+
"validate-code": "yarn type-check && yarn lint && yarn test && echo '✅ Code is valid!'"
|
|
30
|
+
},
|
|
31
|
+
"peerDependencies": {
|
|
32
|
+
"react": ">= 17.0.0",
|
|
33
|
+
"react-collapse": ">= 5.0.1",
|
|
34
|
+
"react-day-picker": ">= 7.4.8",
|
|
35
|
+
"react-dom": ">= 17.0.0",
|
|
36
|
+
"react-select": "5.7.3",
|
|
37
|
+
"react-transition-group": ">= 4.0.0",
|
|
38
|
+
"styled-components": ">= 5.1.17"
|
|
39
|
+
},
|
|
40
|
+
"browserslist": [
|
|
41
|
+
">0.2%",
|
|
42
|
+
"not dead",
|
|
43
|
+
"not ie <= 11",
|
|
44
|
+
"not op_mini all"
|
|
45
|
+
],
|
|
46
|
+
"resolutions": {
|
|
47
|
+
"@types/react": "^17.0.2",
|
|
48
|
+
"@babel/traverse": ">=7.23.2",
|
|
49
|
+
"semver": "^7.5.2",
|
|
50
|
+
"terser": "^5.14.2"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@babel/core": "^7.11.6",
|
|
54
|
+
"@commitlint/cli": "^16.2.4",
|
|
55
|
+
"@commitlint/config-conventional": "^16.2.4",
|
|
56
|
+
"@rollup/plugin-commonjs": "^20.0.0",
|
|
57
|
+
"@rollup/plugin-inject": "^4.0.2",
|
|
58
|
+
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
59
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
60
|
+
"@rollup/plugin-typescript": "^8.2.5",
|
|
61
|
+
"@storybook/addon-essentials": "^7.0.0",
|
|
62
|
+
"@storybook/addon-interactions": "^7.0.0",
|
|
63
|
+
"@storybook/addon-links": "^7.0.0",
|
|
64
|
+
"@storybook/react": "^7.0.0",
|
|
65
|
+
"@storybook/react-webpack5": "^7.0.0",
|
|
66
|
+
"@svgr/cli": "^6.0.0",
|
|
67
|
+
"@team-griffin/install-self-peers": "^1.1.1",
|
|
68
|
+
"@testing-library/dom": "8.5.0",
|
|
69
|
+
"@testing-library/jest-dom": "^5.14.1",
|
|
70
|
+
"@testing-library/react": "12.1.5",
|
|
71
|
+
"@testing-library/react-hooks": "^7.0.2",
|
|
72
|
+
"@testing-library/user-event": "^13.2.1",
|
|
73
|
+
"@types/classnames": "^2.2.11",
|
|
74
|
+
"@types/jest": "^26.0.14",
|
|
75
|
+
"@types/node": "^14.6.4",
|
|
76
|
+
"@types/react": "^17.0.2",
|
|
77
|
+
"@types/react-collapse": "^5.0.0",
|
|
78
|
+
"@types/react-dom": "^17.0.2",
|
|
79
|
+
"@types/react-transition-group": "^4.4.0",
|
|
80
|
+
"@types/styled-components": "^5.1.34",
|
|
81
|
+
"@types/uuid": "^8.3.0",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
83
|
+
"@typescript-eslint/parser": "^4.30.0",
|
|
84
|
+
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
85
|
+
"babel-plugin-styled-components": "^1.10.0",
|
|
86
|
+
"cross-env": "^7.0.3",
|
|
87
|
+
"esbuild": "^0.13.1",
|
|
88
|
+
"eslint": "^7.11.0",
|
|
89
|
+
"eslint-config-prettier": "^8.3.0",
|
|
90
|
+
"eslint-config-react-app": "^6.0.0",
|
|
91
|
+
"eslint-import-resolver-typescript": "^2.4.0",
|
|
92
|
+
"eslint-plugin-flowtype": "^5.2.0",
|
|
93
|
+
"eslint-plugin-import": "^2.24.2",
|
|
94
|
+
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
95
|
+
"eslint-plugin-mdx": "^1.15.0",
|
|
96
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
97
|
+
"eslint-plugin-react": "^7.25.1",
|
|
98
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
99
|
+
"husky": "^7.0.4",
|
|
100
|
+
"jest": "^28.0.0",
|
|
101
|
+
"jest-environment-jsdom": "^28.0.0",
|
|
102
|
+
"jest-styled-components": "^7.0.3",
|
|
103
|
+
"jest-watch-typeahead": "^0.6.1",
|
|
104
|
+
"prettier": "^1.16.4",
|
|
105
|
+
"react": "^17.0.2",
|
|
106
|
+
"react-collapse": "^5.0.1",
|
|
107
|
+
"react-day-picker": "^7.4.8",
|
|
108
|
+
"react-docgen-typescript": "^1.20.4",
|
|
109
|
+
"react-dom": "^17.0.2",
|
|
110
|
+
"react-is": "^16.13.1",
|
|
111
|
+
"react-select": "5.7.3",
|
|
112
|
+
"react-select-event": "5.3.0",
|
|
113
|
+
"react-transition-group": "^4.0.0",
|
|
114
|
+
"rollup": "^2.56.3",
|
|
115
|
+
"rollup-plugin-esbuild": "^4.5.0",
|
|
116
|
+
"rollup-plugin-import-css": "^3.0.0",
|
|
117
|
+
"rollup-plugin-inject": "^3.0.2",
|
|
118
|
+
"rollup-plugin-multi-input": "^1.3.1",
|
|
119
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
120
|
+
"rollup-plugin-visualizer": "^5.5.2",
|
|
121
|
+
"standard-version": "^9.3.1",
|
|
122
|
+
"storybook": "^7.0.0",
|
|
123
|
+
"styled-components": "^5.2.0",
|
|
124
|
+
"ts-jest": "^28.0.0",
|
|
125
|
+
"tslib": "^2.0.1",
|
|
126
|
+
"typescript": "^4.6.2"
|
|
127
|
+
},
|
|
128
|
+
"description": "KVDBil components library",
|
|
129
|
+
"repository": {
|
|
130
|
+
"type": "git",
|
|
131
|
+
"url": "git+ssh://git@bitbucket.org/kvarndammen/kvdbil-components.git"
|
|
132
|
+
},
|
|
133
|
+
"author": "",
|
|
134
|
+
"license": "ISC",
|
|
135
|
+
"homepage": "https://bitbucket.org/kvarndammen/kvdbil-components#readme"
|
|
136
|
+
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kvdbil/components",
|
|
3
|
-
"version": "14.2.
|
|
4
|
-
"files": ["dist
|
|
3
|
+
"version": "14.2.11",
|
|
4
|
+
"files": ["dist"],
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"main": "cjs/index.js",
|
|
7
|
-
"module": "esm/index.js",
|
|
8
|
-
"types": "types/index.d.ts",
|
|
6
|
+
"main": "dist/cjs/index.js",
|
|
7
|
+
"module": "dist/esm/index.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"import": "./esm/index.js",
|
|
12
|
-
"require": "./cjs/index.js"
|
|
11
|
+
"import": "./dist/esm/index.js",
|
|
12
|
+
"require": "./dist/cjs/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|