forked from evgeny-nadymov/telegram-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
{
"homepage": "http://evgeny-nadymov.github.io/telegram-react",
"name": "telegram_react",
"version": "0.0.136",
"private": true,
"dependencies": {
"@arseny30/tdweb": "^0.2.22",
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"dateformat": "^3.0.3",
"emoji-mart": "^2.8.1",
"events": "^2.1.0",
"husky": "^0.14.3",
"libphonenumber-js": "^1.6.4",
"lint-staged": "^4.2.3",
"localforage": "^1.7.3",
"localforage-getitems": "^1.4.2",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.6.0",
"react-file-download": "^0.3.5",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"sw-precache-cra": "^1.0.0-alpha.2"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --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": "^1.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}