aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
committerbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
commit2d6307f6eaa0803aefabae9e9232506611365b66 (patch)
tree7d77764b51a8dcfef4ed5554be6028fea815a4ae /package.json
parentb91057d00512446339e48fb8488a97a1e5ef03d5 (diff)
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5e17a419b..e9f9dc4df 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,8 @@
"test": "mocha -r ts-node/register test/**/*.ts",
"tsc": "tsc -t es5",
"storybook": "npm -w @dash/components run storybook",
- "build-storybook": "npm -w @dash/components run build-storybook"
+ "build-storybook": "npm -w @dash/components run build-storybook",
+ "lint:css": "stylelint '**/*.{css,scss}'"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
@@ -104,6 +105,7 @@
"@dash/components": "file:packages/components",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
+ "@eslint/css": "^0.8.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.10",
@@ -193,6 +195,7 @@
"dompurify": "^3.1.7",
"dotenv": "^16.4.7",
"dropbox": "^10.34.0",
+ "eslint-plugin-css-modules": "^2.12.0",
"eslint-webpack-plugin": "^5.0.0",
"exif": "^0.6.0",
"exifr": "^7.1.3",