@elice/material-lms-public-content 1.260220.0 → 1.260429.0-improvetimerpopoverui.0

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.
Files changed (1) hide show
  1. package/package.json +24 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-lms-public-content",
3
- "version": "1.260220.0",
3
+ "version": "1.260429.0-improvetimerpopoverui.0",
4
4
  "description": "User view and editing components of Elice material LMS public content",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -14,27 +14,19 @@
14
14
  "README.md"
15
15
  ],
16
16
  "sideEffects": false,
17
- "scripts": {
18
- "start": "run-s watch",
19
- "prebuild": "run-s clean",
20
- "build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.ts --configPlugin typescript -f es -f cjs",
21
- "watch": "rollup -c ../../rollup.config.ts --configPlugin typescript -f es -f cjs -w",
22
- "lint": "eslint --ext .ts,.tsx ./src --max-warnings=0",
23
- "clean": "del-cli \"es/*\" \"cjs/*\" \"dist/*\""
24
- },
25
17
  "peerDependencies": {
26
18
  "@elice/api-client": "^1",
27
19
  "@elice/blocks": "^1",
28
20
  "@elice/design-tokens": "^1",
29
21
  "@elice/icons": "^1",
30
22
  "@elice/markdown": "^1",
31
- "@elice/material-shared-types": "1.260220.0",
32
- "@elice/material-shared-utils": "1.260220.0",
33
23
  "@elice/types": "^1",
34
24
  "@emotion/react": "^11.10.0",
35
25
  "@emotion/styled": "^11.10.0",
36
26
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
37
- "react-use": "^17.0.0"
27
+ "react-use": "^17.0.0",
28
+ "@elice/material-shared-types": "1.260429.0-improvetimerpopoverui.0",
29
+ "@elice/material-shared-utils": "1.260429.0-improvetimerpopoverui.0"
38
30
  },
39
31
  "dependencies": {
40
32
  "classnames": "^2.2.0",
@@ -47,14 +39,29 @@
47
39
  "@elice/icons": "^1.230814.0",
48
40
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
49
41
  "@elice/markdown": "1.241015.0",
50
- "@elice/material-shared-types": "1.260220.0",
51
- "@elice/material-shared-utils": "1.260220.0",
42
+ "@elice/rollup-config": "^1.260406.0",
52
43
  "@elice/types": "^1.251229.0",
53
44
  "@emotion/react": "^11.10.0",
54
45
  "@emotion/styled": "^11.10.0",
55
46
  "@types/classnames": "^2.3.1",
56
47
  "@types/react": "~17.0.9",
57
- "react": "^17.0.2",
58
- "react-use": "^17.2.4"
48
+ "cross-env": "^7.0.3",
49
+ "del-cli": "^3.0.1",
50
+ "eslint": "~9.39.0",
51
+ "npm-run-all": "^4.1.5",
52
+ "react": "~18.2.0",
53
+ "react-use": "^17.2.4",
54
+ "rollup": "^4.0.0",
55
+ "typescript": "~5.9.3",
56
+ "@elice/material-shared-types": "1.260429.0-improvetimerpopoverui.0",
57
+ "@elice/material-shared-utils": "1.260429.0-improvetimerpopoverui.0"
58
+ },
59
+ "scripts": {
60
+ "start": "run-s watch",
61
+ "prebuild": "run-s clean",
62
+ "build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.ts --configPlugin typescript -f es -f cjs",
63
+ "watch": "rollup -c ../../rollup.config.ts --configPlugin typescript -f es -f cjs -w",
64
+ "lint": "eslint --ext .ts,.tsx ./src --max-warnings=0",
65
+ "clean": "del-cli \"es/*\" \"cjs/*\" \"dist/*\""
59
66
  }
60
- }
67
+ }