@ebay/muse-manager 1.3.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 (35) hide show
  1. package/README.md +70 -0
  2. package/build/dev/assets/Aclonica-Regular-kMaWRcny.ttf +0 -0
  3. package/build/dev/assets/Asap-SemiBold-DQerzcBj.ttf +0 -0
  4. package/build/dev/assets/LeckerliOne-Regular-hLdv6hJB.ttf +0 -0
  5. package/build/dev/assets/Lemonada-VariableFont_wght-CN8sWf98.ttf +0 -0
  6. package/build/dev/assets/Niconne-Regular-CeNPt9_P.ttf +0 -0
  7. package/build/dev/assets/defaultIcon-D6BMV-WE.png +0 -0
  8. package/build/dev/assets/index-Bb5-Rkc7.css +1 -0
  9. package/build/dev/deps-manifest.json +35 -0
  10. package/build/dev/main.js +83 -0
  11. package/build/dev/main.js.map +1 -0
  12. package/build/dev/robots.txt +3 -0
  13. package/build/dist/assets/Aclonica-Regular-kMaWRcny.ttf +0 -0
  14. package/build/dist/assets/Asap-SemiBold-DQerzcBj.ttf +0 -0
  15. package/build/dist/assets/LeckerliOne-Regular-hLdv6hJB.ttf +0 -0
  16. package/build/dist/assets/Lemonada-VariableFont_wght-CN8sWf98.ttf +0 -0
  17. package/build/dist/assets/Niconne-Regular-CeNPt9_P.ttf +0 -0
  18. package/build/dist/assets/defaultIcon-D6BMV-WE.png +0 -0
  19. package/build/dist/assets/index-Bb5-Rkc7.css +1 -0
  20. package/build/dist/deps-manifest.json +35 -0
  21. package/build/dist/main.js +83 -0
  22. package/build/dist/main.js.map +1 -0
  23. package/build/dist/robots.txt +3 -0
  24. package/build/test/assets/Aclonica-Regular-kMaWRcny.ttf +0 -0
  25. package/build/test/assets/Asap-SemiBold-DQerzcBj.ttf +0 -0
  26. package/build/test/assets/LeckerliOne-Regular-hLdv6hJB.ttf +0 -0
  27. package/build/test/assets/Lemonada-VariableFont_wght-CN8sWf98.ttf +0 -0
  28. package/build/test/assets/Niconne-Regular-CeNPt9_P.ttf +0 -0
  29. package/build/test/assets/defaultIcon-D6BMV-WE.png +0 -0
  30. package/build/test/assets/index-Bb5-Rkc7.css +1 -0
  31. package/build/test/deps-manifest.json +35 -0
  32. package/build/test/main.js +83 -0
  33. package/build/test/main.js.map +1 -0
  34. package/build/test/robots.txt +3 -0
  35. package/package.json +82 -0
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
package/package.json ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "@ebay/muse-manager",
3
+ "version": "1.3.0",
4
+ "private": false,
5
+ "type": "module",
6
+ "muse": {
7
+ "devConfig": {
8
+ "app": "musemanager",
9
+ "env": "staging",
10
+ "appOverride": {
11
+ "noSSO": false,
12
+ "variables": {}
13
+ }
14
+ }
15
+ },
16
+ "files": [
17
+ "build"
18
+ ],
19
+ "devDependencies": {
20
+ "@ebay/muse-client": "^1.0.27",
21
+ "@ebay/muse-core": "^1.0.44",
22
+ "@ebay/muse-dev-utils": "^1.0.72",
23
+ "@ebay/muse-express-middleware": "^1.0.58",
24
+ "@ebay/muse-lib-antd": "^1.3.0",
25
+ "@ebay/muse-lib-react": "^1.3.0",
26
+ "@ebay/muse-plugin-acl": "^1.0.18",
27
+ "@ebay/muse-vite-plugin": "^1.0.54",
28
+ "@tanstack/react-query": "^4.28.0",
29
+ "@testing-library/jest-dom": "^5.16.4",
30
+ "@testing-library/react": "^13.3.0",
31
+ "@testing-library/user-event": "^13.5.0",
32
+ "@vitejs/plugin-react-swc": "^3.6.0",
33
+ "autoprefixer": "^10.4.8",
34
+ "cross-env": "^7.0.3",
35
+ "find-root": "^1.1.0",
36
+ "flat": "^5.0.2",
37
+ "javascript-time-ago": "^2.5.9",
38
+ "less": "^4.2.0",
39
+ "lodash": "^4.17.21",
40
+ "postcss": "^8.4.16",
41
+ "pretty-ms": "^7.0.1",
42
+ "react-color": "^2.19.3",
43
+ "react-markdown": "^6.0.3",
44
+ "react-time-ago": "^7.2.1",
45
+ "semver": "^7.3.7",
46
+ "tailwindcss": "^3.1.8",
47
+ "util": "^0.12.5",
48
+ "validate-npm-package-name": "^4.0.0",
49
+ "vite": "^5.2.10",
50
+ "web-vitals": "^2.1.4"
51
+ },
52
+ "eslintConfig": {
53
+ "extends": [
54
+ "react-app",
55
+ "react-app/jest"
56
+ ],
57
+ "rules": {
58
+ "jsx-a11y/anchor-is-valid": 0
59
+ }
60
+ },
61
+ "browserslist": {
62
+ "production": [
63
+ ">0.2%",
64
+ "not dead",
65
+ "not op_mini all"
66
+ ],
67
+ "development": [
68
+ "last 1 chrome version",
69
+ "last 1 firefox version",
70
+ "last 1 safari version"
71
+ ]
72
+ },
73
+ "scripts": {
74
+ "start": "vite",
75
+ "build": "vite build",
76
+ "build:dev": "cross-env NODE_ENV=development vite build --mode development",
77
+ "build:test": "cross-env MUSE_TEST_BUILD=true NODE_ENV=production vite build --mode e2e-test",
78
+ "deploy": "pnpm build && pnpm build:dev && muse release && muse deploy musemanager staging",
79
+ "test": "react-scripts test",
80
+ "eject": "react-scripts eject"
81
+ }
82
+ }