@fattureincloud/fic-design-system 0.3.23-alpha.0 → 0.3.23

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,34 +1,30 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.3.23-alpha.0",
3
+ "version": "0.3.23",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.esm.js",
9
9
  "types": "dist/index.d.ts",
10
- "files": [
11
- "dist"
12
- ],
13
10
  "devDependencies": {
14
11
  "@babel/core": "^7.5.5",
15
- "@rollup/plugin-commonjs": "^21.0.1",
16
- "@rollup/plugin-node-resolve": "^13.0.6",
17
- "@rollup/plugin-typescript": "^8.3.0",
18
- "@storybook/addon-essentials": "^6.4.4",
19
- "@storybook/addon-knobs": "^6.4.0",
20
- "@storybook/react": "^6.4.4",
21
- "@storybook/theming": "^6.4.4",
12
+ "@storybook/addon-actions": "^5.1.11",
13
+ "@storybook/addon-knobs": "^5.1.11",
14
+ "@storybook/react": "^5.1.11",
15
+ "@storybook/theming": "^5.2.5",
22
16
  "@types/classnames": "^2.2.9",
23
17
  "@types/lodash": "^4.14.138",
24
18
  "@types/react": "^16.9.2",
25
19
  "@types/react-beautiful-dnd": "^11.0.3",
26
20
  "@types/react-modal": "^3.10.4",
27
21
  "@types/react-select": "^4.0.18",
22
+ "@types/storybook__react": "^4.0.2",
28
23
  "@types/styled-components": "~5.1.15",
29
24
  "@typescript-eslint/eslint-plugin": "^4.25.0",
30
25
  "@typescript-eslint/parser": "^4.25.0",
31
26
  "autoprefixer": "^9.6.1",
27
+ "awesome-typescript-loader": "^5.2.1",
32
28
  "babel-loader": "^8.0.6",
33
29
  "eslint": "^7.27.0",
34
30
  "eslint-config-prettier": "^8.3.0",
@@ -42,12 +38,11 @@
42
38
  "lint-staged": "^12.1.2",
43
39
  "prettier": "^2.3.0",
44
40
  "pretty-quick": "^2.0.1",
45
- "react": "^17.0.2",
46
41
  "react-beautiful-dnd": "^11.0.5",
47
- "react-dom": "^17.0.2",
48
- "rollup": "^2.60.0",
49
- "rollup-plugin-filesize": "^9.1.1",
50
- "rollup-plugin-terser": "^7.0.2",
42
+ "rollup": "^1.19.4",
43
+ "rollup-plugin-commonjs": "^10.0.2",
44
+ "rollup-plugin-filesize": "^6.2.0",
45
+ "rollup-plugin-typescript2": "^0.22.1",
51
46
  "typescript": "~3.8.3"
52
47
  },
53
48
  "dependencies": {
@@ -63,9 +58,11 @@
63
58
  "@popperjs/core": "^2.6.0",
64
59
  "classnames": "^2.2.6",
65
60
  "lodash": "^4.17.15",
61
+ "react-device-detect": "^2.1.2",
66
62
  "react-modal": "^3.11.1",
67
63
  "react-popper": "^2.2.4",
68
64
  "react-select": "^4.3.1",
65
+ "react-sizeme": "^2.6.12",
69
66
  "react-toastify": "^6.0.8",
70
67
  "react-transition-group": "^4.4.1",
71
68
  "react-use": "^15.3.4",
@@ -73,9 +70,9 @@
73
70
  },
74
71
  "peerDependencies": {
75
72
  "@types/styled-components": "~5.1.15",
76
- "react": "^17.0.2",
73
+ "react": "^16.10.2",
77
74
  "react-beautiful-dnd": "^11.0.5",
78
- "react-dom": "^17.0.2",
75
+ "react-dom": "^16.10.2",
79
76
  "styled-components": "5.3.1"
80
77
  },
81
78
  "scripts": {
@@ -91,5 +88,8 @@
91
88
  "prettier --write",
92
89
  "eslint --fix"
93
90
  ]
94
- }
91
+ },
92
+ "files": [
93
+ "dist"
94
+ ]
95
95
  }