This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
89 lines (89 loc) · 3.12 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
{
"name": "@socialgouv/template",
"version": "1.15.8",
"private": true,
"engines": {
"node": ">=18 || >=20"
},
"scripts": {
"predev": "only-include-used-icons",
"prebuild": "node -r @swc-node/register scripts/prebuild.ts && yarn only-include-used-icons",
"only-include-used-icons": "node node_modules/@codegouvfr/react-dsfr/bin/only-include-used-icons.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"lint-staged": "lint-staged",
"export": "next export",
"build:export": "npm run build && npm run export",
"e2e": "cypress open",
"e2e:headless": "cypress run",
"test": "jest",
"test:watch": "jest --watch",
"test:e2e": "start-server-and-test dev http://localhost:3000 e2e",
"test:e2e:headless": "start-server-and-test dev http://localhost:3000 e2e:headless",
"storybook:start": "storybook dev --docs -p 6006",
"storybook:build": "yarn build-storybook -c .storybook -o .out",
"storybook:deploy": "npm run storybook:build && gh-pages -d .out",
"storybook:deploy:action": "npm run storybook:build && gh-pages -d .out -u \"github-actions-bot <[email protected]>\"",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"postinstall": "is-ci || husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^0.76.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/x-data-grid": "^5.17.16",
"@mui/x-date-pickers": "^5.0.11",
"@sentry/nextjs": "^7.60.0",
"@socialgouv/matomo-next": "^1.6.1",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"tss-react": "^4.8.8"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@storybook/addon-actions": "^7.6.8",
"@storybook/addon-docs": "^7.6.8",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-interactions": "^7.6.8",
"@storybook/addon-links": "^7.6.8",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.8",
"@storybook/nextjs": "^7.6.8",
"@storybook/test": "^7.6.8",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.70",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.2",
"@types/node": "18.19.3",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"cypress": "^9.4.1",
"eslint": "8.55.0",
"eslint-config-next": "13.5.6",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-storybook": "^0.6.15",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "^13.2.3",
"node-talisman": "^1.29.10",
"start-server-and-test": "^1.14.0",
"storybook": "^7.6.8",
"storybook-dark-mode": "^3.0.3",
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
}