-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "translate.status.im",
"version": "0.1.0",
"private": true,
"homepage": "https://translate.status.im",
"dependencies": {
"@lokalise/node-api": "0.0.8",
"antd": "^4.0.1",
"express": "^4.16.4",
"flag-icon-css": "^3.3.0",
"gh-pages": "^2.0.1",
"prop-types": "^15.7.2",
"rc-progress": "^2.5.2",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-burger-menu": "^2.6.13",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
"react-intl-cra": "^0.3.4",
"react-intl-translations-manager": "^5.0.3",
"react-intl.macro": "^0.3.6",
"react-scripts": "3.0.0",
"react-scrollable-anchor": "^0.6.1",
"react-spinners": "^0.8.1",
"styled-components": "^5.3.1"
},
"resolutions": {
"moment": "2.24.0"
},
"scripts": {
"clean": "rm -fr build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy:ci": "node bin/gh-pages.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"i18n:extract": "MESSAGE_DIR='./.messages' react-scripts build",
"extract:messages": "react-intl-cra 'src/**/*.{js,jsx}' -o 'src/i18n/messages/messages.json'",
"manage:translations": "node ./translationRunner.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2"
}
}