-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1022 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1022 Bytes
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
{
"name": "locize-react-intl-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-macros": "^3.1.0",
"i18next-subliminal": "1.0.0",
"locize": "4.0.7",
"locizer": "3.4.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.1.6",
"react-scripts": "^5.0.1"
},
"overrides": {
"typescript": "5.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"extract-messages": "NODE_ENV=production babel ./src --out-file /dev/null"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-react-intl": "2.4.0",
"babel-preset-react-app": "10.1.0"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}