@axa-fr/design-system-look-and-feel-css 1.0.5-ci.5 → 1.0.5-ci.51

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": "@axa-fr/design-system-look-and-feel-css",
3
- "version": "1.0.5-ci.5",
3
+ "version": "1.0.5-ci.51",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -33,52 +33,6 @@
33
33
  "optional": true
34
34
  }
35
35
  },
36
- "devDependencies": {
37
- "@chromatic-com/storybook": "^2.0.2",
38
- "@csstools/postcss-sass": "^5.1.1",
39
- "@material-symbols/svg-400": "*",
40
- "@storybook/addon-essentials": "^8.3.5",
41
- "@storybook/addon-interactions": "^8.3.5",
42
- "@storybook/addon-links": "^8.3.5",
43
- "@storybook/addon-storysource": "^8.3.5",
44
- "@storybook/blocks": "^8.3.5",
45
- "@storybook/html": "^8.3.5",
46
- "@storybook/html-vite": "^8.3.5",
47
- "@storybook/test": "^8.3.5",
48
- "@storybook/theming": "^8.3.5",
49
- "@typescript-eslint/eslint-plugin": "^8.17.0",
50
- "@typescript-eslint/parser": "^8.17.0",
51
- "browserslist": "^4.23.3",
52
- "chromatic": "^11.12.0",
53
- "copyfiles": "^2.4.1",
54
- "cssnano": "^7.0.3",
55
- "eslint": "^8.57.0",
56
- "eslint-config-airbnb": "^19.0.4",
57
- "eslint-config-prettier": "^9.1.0",
58
- "eslint-import-resolver-typescript": "^3.6.1",
59
- "eslint-plugin-import": "^2.29.1",
60
- "eslint-plugin-jsx-a11y": "^6.8.0",
61
- "eslint-plugin-prettier": "^5.1.0",
62
- "eslint-plugin-react": "^7.36.1",
63
- "eslint-plugin-react-hooks": "^4.6.0",
64
- "eslint-plugin-storybook": "^0.9.0",
65
- "postcss": "^8.4.35",
66
- "postcss-cli": "^11.0.0",
67
- "postcss-flexbugs-fixes": "^5.0.2",
68
- "postcss-normalize": "^10.0.1",
69
- "postcss-preset-env": "^9.5.2",
70
- "postcss-scss": "^4.0.9",
71
- "prettier": "^3.3.3",
72
- "rimraf": "^6.0.1",
73
- "storybook": "^8.3.5",
74
- "stylelint": "^16.11.0",
75
- "stylelint-config-pretty-order": "^0.5.1",
76
- "stylelint-config-recommended-scss": "^14.0.0",
77
- "stylelint-config-standard": "^36.0.0",
78
- "stylelint-prettier": "^5.0.0",
79
- "tsc-files": "^1.1.4",
80
- "vite": "^5.4.8"
81
- },
82
36
  "repository": {
83
37
  "type": "git",
84
38
  "url": "git+https://github.com/AxaFrance/design-system.git"
@@ -110,7 +64,6 @@
110
64
  "*.mdx": "prettier --write"
111
65
  },
112
66
  "volta": {
113
- "node": "20.10.0",
114
- "npm": "10.2.5"
67
+ "extends": "../../../package.json"
115
68
  }
116
69
  }