forked from evgeny-nadymov/telegram-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.32 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
{
"homepage": "http://evgeny-nadymov.github.io/telegram-react",
"name": "telegram_react",
"version": "0.0.474",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.9",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"dateformat": "^3.0.3",
"emoji-mart": "^2.10.0",
"emoji-regex": "^8.0.0",
"events": "^3.0.0",
"husky": "^1.3.1",
"i18next": "^15.0.7",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-localstorage-backend": "^2.1.2",
"iframe-resizer": "^4.2.1",
"libphonenumber-js": "^1.7.13",
"lint-staged": "^8.1.5",
"localforage": "^1.7.3",
"localforage-getitems": "^1.4.2",
"lottie-web": "^5.5.9",
"mdi-material-ui": "^6.0.0",
"notistack": "^0.5.1",
"pako": "^1.0.10",
"prettier": "^1.16.4",
"prop-types": "^15.6.2",
"react": "^16.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.9.0",
"react-file-download": "^0.3.5",
"react-i18next": "^10.6.0",
"react-iframe-resizer-super": "^0.2.2",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.1.1",
"recompose": "^0.30.0",
"sw-precache-cra": "^1.0.0-alpha.2",
"tdweb": "1.5.0",
"universal-cookie": "^3.1.0"
},
"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",
"size": "react-app-rewired build --stats && npx webpack-bundle-analyzer ./build/bundle-stats.json",
"sw-precache-cra-list-config": "sw-precache-cra --list-config"
},
"devDependencies": {
"customize-cra": "^0.5.0",
"gh-pages": "^2.0.1",
"react-app-rewired": "^2.1.3",
"webpack-bundle-analyzer": "^3.3.2",
"worker-loader": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}