generated from SocialGouv/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.23 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
{
"name": "@socialgouv/template",
"version": "1.1.5",
"private": true,
"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": "node --stack-size=2000 node_modules/.bin/next dev",
"build": "node --stack-size=2000 node_modules/.bin/next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"lint-staged": "lint-staged",
"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": "start-storybook -p 6006",
"storybook:build": "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",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@codegouvfr/react-dsfr": "^1.9.11",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@mui/x-data-grid": "^5.17.16",
"@mui/x-date-pickers": "^5.0.11",
"@sentry/nextjs": "^6.17.9",
"@socialgouv/matomo-next": "^1.4.0",
"axios": "^1.2.4",
"cross-fetch": "^3.1.5",
"date-fns": "^2.29.3",
"graphql": "^16.6.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"next": "13.1.6",
"next-auth": "^4.18.10",
"next-seo": "^5.1.0",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.57.1",
"ts-node": "^10.9.1",
"tss-react": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/client-preset": "^1.2.6",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.13",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.3.24",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/node": "18.11.19",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"cypress": "^9.4.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-storybook": "^0.5.7",
"gh-pages": "^4.0.0",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"node-talisman": "^1.28.0",
"start-server-and-test": "^1.14.0",
"storybook-dark-mode": "^2.0.5",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}