Skip to content

Commit 5ea7406

Browse files
committed
fork
1 parent bd65ca3 commit 5ea7406

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2156
-2056
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"prepare": "patch-package",
1111
"build": "ts-node -T scripts/build",
12+
"rebuild-picto": "ts-node -T scripts/picto-builder.ts src/picto/pictogrammes src/picto",
1213
"_link": "ts-node -T scripts/link-in-integration-apps.ts",
1314
"link-external": "ts-node -T scripts/link-in-external-project.ts",
1415
"start-cra": "yarn build && yarn _link && ((tsc -w -p src) & (cd test/integration/cra && yarn start))",
@@ -63,6 +64,10 @@
6364
],
6465
"homepage": "https://github.com/codegouvfr/react-dsfr",
6566
"dependencies": {
67+
"mustache": "^4.2.0",
68+
"react": "^19.1.0",
69+
"react-dom": "^19.1.0",
70+
"svgo": "^3.3.2",
6671
"tsafe": "^1.8.5",
6772
"yargs-parser": "^21.1.1"
6873
},
@@ -75,11 +80,11 @@
7580
}
7681
},
7782
"devDependencies": {
78-
"@gouvfr/dsfr-chart": "^1.0.0",
7983
"@babel/core": "^7.20.2",
8084
"@emotion/react": "^11.10.4",
8185
"@emotion/styled": "^11.10.4",
8286
"@gouvfr/dsfr": "1.13.2",
87+
"@gouvfr/dsfr-chart": "^1.0.0",
8388
"@mui/icons-material": "^5.14.18",
8489
"@mui/material": "^5.14.18",
8590
"@storybook/addon-a11y": "^6.5.16",
@@ -94,6 +99,7 @@
9499
"@tanstack/react-virtual": "^3.0.0-beta.39",
95100
"@types/css": "^0.0.33",
96101
"@types/memoizee": "^0.4.8",
102+
"@types/mustache": "^4.2.6",
97103
"@types/node": "^18.7.18",
98104
"@types/react": "18.0.21",
99105
"@types/react-dom": "18.0.6",
@@ -112,18 +118,16 @@
112118
"memoizee": "^0.4.15",
113119
"next": "13.5.1",
114120
"parse-numeric-range": "^1.3.0",
121+
"patch-package": "^8.0.0",
115122
"powerhooks": "^0.22.0",
116123
"prettier": "^2.3.0",
117-
"react": "18.2.0",
118-
"react-dom": "18.2.0",
119124
"remixicon": "^4.2.0",
120125
"storybook-dark-mode": "^1.1.2",
121126
"ts-node": "^10.9.1",
122127
"tss-react": "^4.9.1",
123128
"type-route": "^1.0.1",
124129
"typescript": "^4.9.1",
125-
"vitest": "^0.24.3",
126-
"patch-package": "^8.0.0"
130+
"vitest": "^0.24.3"
127131
},
128132
"main": "dist/fr/index.js",
129133
"types": "dist/fr/index.d.ts",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)