-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.83 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
{
"name": "velitherm-visu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"bootstrap": "^5.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^6.8.0",
"react-repeatable": "^2.0.1",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"velitherm": "^1.2.0",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "REACT_APP_BUILD=\"dev-`git log --format='%h' -n 1` from `date -I`\" react-scripts start",
"build": "REACT_APP_BUILD=\"`git log --format='%h' -n 1` from `date -I`\" react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"extract": "formatjs extract src/App.tsx src/comp/*.tsx --out-file lang/en.json --format simple",
"compile": "formatjs compile --format simple lang/fr.json --ast --out-file src/compiled-lang/fr.json && formatjs compile --format simple lang/en.json --ast --out-file src/compiled-lang/en.json"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@formatjs/cli": "^6.3.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"eslint-plugin-formatjs": "^5.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript": "^5.6.3"
},
"license": "GPL-3.0"
}