@esic-lab/data-core-ui 0.0.12 → 0.0.14

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,11 +1,14 @@
1
1
  {
2
2
  "name": "@esic-lab/data-core-ui",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
8
- "dist"
8
+ "dist",
9
+ "dist/assets",
10
+ "README.md",
11
+ "LICENSE"
9
12
  ],
10
13
  "style": "dist/index.css",
11
14
  "devDependencies": {
@@ -36,7 +39,7 @@
36
39
  "test": "echo \"Error: no test specified\" && exit 1",
37
40
  "storybook": "storybook dev -p 6006",
38
41
  "build-storybook": "storybook build",
39
- "build": "tsup src/index.ts --dts --dts-resolve --format esm,cjs --out-dir dist && npm run copy-assets",
42
+ "build": "tsup src/index.ts --dts --dts-resolve --format esm --out-dir dist && npm run copy-assets",
40
43
  "copy-assets": "xcopy src\\assets dist\\assets /E /I /Y"
41
44
  },
42
45
  "peerDependencies": {
@@ -48,6 +51,11 @@
48
51
  "license": "MIT",
49
52
  "description": "STO-core-UI",
50
53
  "dependencies": {
54
+ "@fullcalendar/core": "^6.1.19",
55
+ "@fullcalendar/daygrid": "^6.1.19",
56
+ "@fullcalendar/interaction": "^6.1.19",
57
+ "@fullcalendar/react": "^6.1.19",
58
+ "@fullcalendar/timegrid": "^6.1.19",
51
59
  "@tabler/icons-react": "^3.34.1",
52
60
  "classnames": "^2.5.1"
53
61
  },