-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
89 lines (89 loc) · 2.31 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": "stromae",
"version": "3.2.1",
"private": true,
"dependencies": {
"@axa-fr/react-oidc": "^7.18.5",
"@codegouvfr/react-dsfr": "^0.78.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@inseefr/lunatic": "2.6.14",
"@inseefr/lunatic-dsfr": "1.0.22",
"@mui/material": "^5.11.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/dompurify": "^3.0.2",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"axios": "^1.3.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dompurify": "^3.0.5",
"moize": "^6.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-router": "^6.10.0",
"react-router-dom": "^6.6.1",
"react-scripts": "5.0.1",
"tss-react": "4.8.6",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"lint": "eslint ./src --ext .ts,.tsx",
"lint:fix": "eslint ./src --ext .ts,.tsx --fix",
"check": "tsc",
"eject": "react-scripts eject",
"start-mock-api": "node ./mock-api.js",
"postinstall": "copy-dsfr-to-public && node ./node_modules/@axa-fr/oidc-client/bin/copy-service-worker-files.mjs public",
"prestart": "only-include-used-icons",
"prebuild": "only-include-used-icons && npx @inseefr/lunatic workers"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!@codegouvfr/react-dsfr)"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"@shopify/eslint-plugin": "^42.1.0",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"connect-api-mocker": "^1.10.0",
"cors": "^2.8.5",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"express": "^4.18.2",
"prettier": "2.8.4",
"sass": "^1.58.3",
"sass-loader": "^13.2.0"
},
"homepage": "http://localhost:3000"
}