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