@x-plat/design-system 0.3.0 → 0.3.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",
@@ -54,8 +54,7 @@
54
54
  "build": "npm run clean && npm run inject-tokens && npm run generate-grid && tsc --noEmit && NODE_OPTIONS='--max-old-space-size=8192' tsup",
55
55
  "dev": "tsup --watch",
56
56
  "clean": "rm -rf dist",
57
- "lint": "eslint src",
58
- "lint:fix": "eslint src --fix"
57
+ "lint": "eslint src"
59
58
  },
60
59
  "peerDependencies": {
61
60
  "react": ">=18",
@@ -65,28 +64,23 @@
65
64
  "@x-plat/tokens-default": "*"
66
65
  },
67
66
  "devDependencies": {
68
- "@eslint/js": "^9.15.0",
69
67
  "chart.js": "^4.5.1",
70
68
  "chartjs-plugin-datalabels": "^2.2.0",
71
69
  "framer-motion": "^12.23.19",
72
70
  "react-chartjs-2": "^5.3.1",
73
71
  "react-datepicker": "^9.1.0",
74
- "swiper": "^12.0.2",
75
72
  "@types/node": "^24.10.1",
76
73
  "@types/react": "^19.1.13",
77
74
  "@types/react-dom": "^19.1.9",
78
75
  "autoprefixer": "^10.4.22",
79
76
  "clsx": "^2.1.1",
80
77
  "esbuild-sass-plugin": "^3.3.1",
81
- "eslint": "^9.15.0",
82
- "eslint-plugin-simple-import-sort": "^12.1.1",
83
78
  "postcss": "^8.5.6",
84
79
  "react": "^19.1.1",
85
80
  "react-dom": "^19.1.1",
86
81
  "sass": "^1.94.2",
87
82
  "tsup": "^8.5.0",
88
83
  "tsx": "^4.21.0",
89
- "typescript": "^5.9.2",
90
- "typescript-eslint": "^8.15.0"
84
+ "typescript": "^5.9.2"
91
85
  }
92
86
  }