-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
120 lines (120 loc) · 4.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@axa-fr/design-system",
"version": "0.1.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/AxaFrance/design-system.git"
},
"scripts": {
"start": "concurrently \"npm run start:*\"",
"start:slash": "concurrently \"npm run start -w=slash/css\" \"npm run start:storybook -w=slash/css\" \"npm run start:storybook -w=slash/react\" -c auto -n css,css:storybook,react:storybook",
"start:look-and-feel": "concurrently \"npm run start -w=client/look-and-feel/css\" \"npm run start:storybook -w=client/look-and-feel/css\" \"npm run start:storybook -w=client/look-and-feel/react\" -c auto -n css,css:storybook,react:storybook",
"build": "concurrently \"npm run build:*\"",
"build:slash": "npm run build --workspace=slash && npm run build:storybook --workspace=slash",
"build:look-and-feel": "npm run build --workspace=client/look-and-feel && npm run build:storybook --workspace=client/look-and-feel",
"lint": "concurrently \"npm run lint:*\"",
"lint:slash": "concurrently \"npm:eslint --workspace=slash\" \"npm:stylelint -w=slash/css\" \"npm:prettier --workspace=slash\" \"npm:tsc --workspace=slash\" -c auto -n eslint,stylelint,prettier,tsc",
"lint:look-and-feel": "concurrently \"npm:eslint --workspace=client/look-and-feel\" \"npm:stylelint -w=client/look-and-feel/css\" \"npm:prettier --workspace=client/look-and-feel\" \"npm:tsc --workspace=client/look-and-feel\" -c auto -n eslint,stylelint,prettier,tsc",
"package:check": "npx --yes [email protected]",
"prepare": "husky",
"test": "vitest --coverage"
},
"author": "AxaFrance",
"license": "MIT",
"bugs": {
"url": "https://github.com/AxaFrance/design-system/issues"
},
"homepage": "https://github.com/AxaFrance/design-system#readme",
"workspaces": [
"slash/css",
"slash/react",
"client/look-and-feel/css",
"client/look-and-feel/react",
"samples/vite"
],
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.1.0",
"@csstools/postcss-sass": "^5.1.1",
"@material-symbols/svg-400": "^0.25.1",
"@storybook/addon-docs": "^8.5.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-mdx-gfm": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/addon-storysource": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/html": "^8.5.0",
"@storybook/html-vite": "^8.5.0",
"@storybook/manager-api": "^8.5.0",
"@storybook/preview-api": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/theming": "^8.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.10.6",
"@types/react": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.1.2",
"browserslist": "^4.23.3",
"chromatic": "^11.12.0",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"cssnano": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^9.0.11",
"jest-axe": "^8.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.44",
"postcss-cli": "^11.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.2",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.5.0",
"stylelint": "^16.11.0",
"stylelint-config-pretty-order": "^0.5.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"tsc-files": "^1.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.0.5"
},
"lint-staged": {
"{package,package-lock}.json": "npm run package:check"
},
"volta": {
"node": "22.13.0",
"npm": "11.0.0"
}
}