@sequencing/design-system 0.0.56 → 0.0.59
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/esm/index.css +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +64 -69
package/package.json
CHANGED
|
@@ -1,71 +1,66 @@
|
|
|
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
|
-
"types": "index",
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"react-instantsearch-dom": "^6.40.0",
|
|
69
|
-
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
70
|
-
}
|
|
2
|
+
"name": "@sequencing/design-system",
|
|
3
|
+
"version": "0.0.59",
|
|
4
|
+
"description": "Sequencing Design System",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "echo \"Error: no test specified\"",
|
|
7
|
+
"rollup": "node generate-docs && rollup -c",
|
|
8
|
+
"watch": "rollup -c --watch"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://brunog_castro@bitbucket.org/sequencingdotcom/design-system.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"design-system",
|
|
16
|
+
"sequencing"
|
|
17
|
+
],
|
|
18
|
+
"author": "FE Team @ Sequencing.com",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://bitbucket.org/sequencingdotcom/design-system/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://bitbucket.org/sequencingdotcom/design-system#readme",
|
|
24
|
+
"devDependencies": {
|
|
25
|
+
"@rollup/plugin-commonjs": "^25.0.0",
|
|
26
|
+
"@rollup/plugin-image": "^3.0.2",
|
|
27
|
+
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
28
|
+
"@rollup/plugin-terser": "^0.4.3",
|
|
29
|
+
"@rollup/plugin-typescript": "^11.1.1",
|
|
30
|
+
"@rollup/plugin-url": "^8.0.1",
|
|
31
|
+
"@types/css-modules": "^1.0.2",
|
|
32
|
+
"@types/react": "^17.0.2",
|
|
33
|
+
"@types/react-instantsearch-dom": "^6.12.3",
|
|
34
|
+
"classnames": "^2.3.2",
|
|
35
|
+
"fast-glob": "^3.2.12",
|
|
36
|
+
"fs": "^0.0.1-security",
|
|
37
|
+
"install-peers-cli": "^2.2.0",
|
|
38
|
+
"node-sass": "^7.0.0",
|
|
39
|
+
"path": "^0.12.7",
|
|
40
|
+
"react-docgen-typescript": "^2.2.2",
|
|
41
|
+
"rollup": "^3.23.0",
|
|
42
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
43
|
+
"rollup-plugin-dts": "^5.3.0",
|
|
44
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
45
|
+
"rollup-plugin-scss": "^4.0.0",
|
|
46
|
+
"sass": "^1.62.1",
|
|
47
|
+
"tslib": "^2.5.3",
|
|
48
|
+
"typescript": "^5.1.3",
|
|
49
|
+
"typescript-plugin-css-modules": "^5.0.1",
|
|
50
|
+
"util": "^0.12.5"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"react": "^17.0.2",
|
|
54
|
+
"react-dom": "^17.0.2"
|
|
55
|
+
},
|
|
56
|
+
"main": "dist/index.js",
|
|
57
|
+
"module": "dist/esm/index.js",
|
|
58
|
+
"files": [
|
|
59
|
+
"dist"
|
|
60
|
+
],
|
|
61
|
+
"types": "index",
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"react-instantsearch-dom": "^6.40.0",
|
|
64
|
+
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
65
|
+
}
|
|
71
66
|
}
|