-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "nextra-dsfr-demo",
"version": "0.0.1",
"description": "Nextra dsfr docs demo",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predev": "only-include-used-icons && yarn fetch-remote-filepaths",
"prebuild": "only-include-used-icons && yarn fetch-remote-filepaths",
"fetch-remote-filepaths": "ts-node --skipProject --compilerOptions '{\"incremental\":false}' scripts/fetch-remote-filepaths.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garronej/nextra-dsfr-demo.git"
},
"author": "u/garronej",
"license": "MIT",
"homepage": "https://nextra.react-dsfr.fr",
"dependencies": {
"@codegouvfr/nextra-theme-dsfr": "^0.0.2",
"@codegouvfr/react-dsfr": "^0.75.8",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.9",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"ts-node": "^10.9.1",
"node-fetch": "^2.6.7",
"@types/node-fetch": "^2.6.5"
}
}