-
Notifications
You must be signed in to change notification settings - Fork 606
/
package.json
61 lines (61 loc) · 1.82 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
{
"homepage": "https://evgeny-nadymov.github.io/telegram-react",
"name": "telegram_react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"emoji-mart": "^3.0.0",
"emoji-regex": "^8.0.0",
"i18next": "^19.3.3",
"iframe-resizer": "^4.2.10",
"notistack": "^0.9.14",
"opus-media-recorder": "^0.8.0",
"qr-code-styling": "^1.0.1",
"react": "^16.12.0",
"react-cropper": "^2.0.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.4",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.1.1",
"react-transition-group": "^4.3.0",
"tdweb": "^1.7.10"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --print-width 120 --tab-width 4 --single-quote --jsx-single-quote --jsx-bracket-same-line --bracket-spacing --write",
"git add"
]
},
"scripts": {
"precommit": "lint-staged",
"start": "react-app-rewired start",
"build": "react-app-rewired build && sw-precache-cra --config sw-config.js --no-minify",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"stats": "react-app-rewired build --bundle-report && npx webpack-bundle-analyzer ./build/bundle-stats.json"
},
"devDependencies": {
"customize-cra": "^0.9.1",
"gh-pages": "^2.2.0",
"lint-staged": "^10.0.8",
"prettier": "^2.0.1",
"prop-types": "^15.7.2",
"react-app-rewired": "^2.1.5",
"sw-precache-cra": "^1.0.0",
"webpack-bundle-analyzer": "^3.6.1",
"worker-loader": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}