-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
134 lines (134 loc) · 4.59 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "edt",
"version": "3.15.0",
"dateVersion": "13/05/2024",
"licence": "MIT",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@inseefr/lunatic": "2.0.7-v2",
"@inseefrlab/lunatic-edt": "0.12.6",
"@mui/material": "^5.10.7",
"@mui/styles": "^5.12.0",
"@react-pdf/font": "2.2.0",
"@react-pdf/renderer": "2.1.2",
"@types/elasticlunrjs": "^1.0.0",
"axios": "^1.2.2",
"chrome-launcher": "^0.15.2",
"chromium": "^3.0.3",
"dexie": "^3.2.2",
"elasticlunrjs": "^1.0.1",
"env-cmd": "^10.1.0",
"i18next": "^21.9.2",
"oidc-react": "^2.1.0",
"puppeteer": "^5.5.0",
"puppeteer-core": "^5.5.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.4.2",
"react-scripts": "4.0.3",
"scss": "^0.2.4",
"ts-node": "^10.9.1",
"tss-react": "^4.8.3",
"uuidv4": "^6.2.13",
"web-vitals": "^3.0.2",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
},
"resolutions": {
"@react-pdf/font": "2.2.0",
"@react-pdf/pdfkit": "2.4.0",
"react-pdf/pdfjs-dist": "2.0.550"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.0.3",
"@types/node": "^17.0.45",
"@types/node-sass": "^4.11.3",
"@types/react": "^18.0.21",
"@types/react-detect-offline": "^2.4.1",
"@types/react-dom": "^18.0.6",
"@types/react-pdf": "^6.2.0",
"@types/react-responsive": "^8.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"concurrently": "^7.4.0",
"dayjs": "^1.11.5",
"eslint": "^7.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-tss-unused-classes": "^0.0.4",
"fake-indexeddb": "^4.0.1",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest-scss-transform": "1.0.3",
"jest-svg-transformer": "1.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react-app-rewired": "^2.2.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"build:staging": "env-cmd -f .env.staging react-scripts --max_old_space_size=4096 build",
"build:production": "env-cmd -f .env.production react-scripts --max_old_space_size=4096 build",
"start-rewired": "react-app-rewired start",
"test": "jest",
"test-ci": "jest --watchAll=false --testPathIgnorePatterns='e2e'",
"test:e2e": "env-cmd -f .env.development jest --testPathPattern=e2e --detectOpenHandles",
"test:e2e:production": "env-cmd -f .env.production jest --testPathPattern=e2e --detectOpenHandles",
"eject": "react-scripts eject",
"lint:check": "eslint . --ext .ts,.tsx",
"lint": "npm run lint:check -- --fix",
"_format": "prettier \"**/*.{ts,tsx,json,md}\"",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different",
"prepare": "husky install",
"serve-build": "npm run build && npx serve -s build",
"start-with-lib": "concurrently \"yarn start-rewired\" \"cd ./node_modules/@inseefrlab/lunatic-edt && tsc-watch\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix"
],
"*.{ts,tsx,json,md}": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}