forked from evgeny-nadymov/telegram-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"homepage": "http://evgeny-nadymov.github.io/telegram-react",
"name": "telegram_react",
"version": "0.0.260",
"private": true,
"dependencies": {
"@arseny30/tdweb": "0.2.40",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"dateformat": "^3.0.3",
"emoji-mart": "^2.10.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",
"libphonenumber-js": "^1.7.13",
"lint-staged": "^8.1.5",
"localforage": "^1.7.3",
"localforage-getitems": "^1.4.2",
"notistack": "^0.5.1",
"prettier": "^1.16.4",
"prop-types": "^15.6.2",
"react": "^16.8.5",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.5",
"react-file-download": "^0.3.5",
"react-i18next": "^10.6.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"recompose": "^0.30.0",
"sw-precache-cra": "^1.0.0-alpha.2",
"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-scripts start",
"build": "react-scripts build && sw-precache-cra --config sw-config.js --no-minify",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"sw-precache-cra-list-config": "sw-precache-cra --list-config"
},
"devDependencies": {
"gh-pages": "^2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}