forked from jarvis394/geekr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.26 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "habra",
"version": "0.1.0",
"private": true,
"engines": {
"node": "12.x"
},
"homepage": "https://habra.vercel.app/",
"dependencies": {
"@datapunt/matomo-tracker-react": "^0.4.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"@nteract/mathjax": "^4.0.15",
"@sentry/react": "^6.10.0",
"@sentry/tracing": "^6.10.0",
"@vkontakte/icons": "^1.124.0",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"habra-auth": "^3.0.1",
"html-react-parser": "^1.2.4",
"i18next": "^20.3.4",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.2.6",
"is-mobile": "^3.0.0",
"notistack": "^1.0.5",
"number-to-words-ru": "^2.3.0",
"react": "^17.0.1",
"react-colorful": "^5.1.2",
"react-detect-offline": "^2.4.3",
"react-dom": "^17.0.1",
"react-i18next": "^11.11.3",
"react-iframe": "^1.8.0",
"react-infinite-scroller": "^1.2.4",
"react-lazy-load-image-component": "^1.5.1",
"react-lazy-progressive-image": "^1.5.5",
"react-meta-tags": "^1.0.1",
"react-photoswipe": "^1.3.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scroll-restoration": "^1.0.6",
"react-sticky-box": "^0.9.3",
"react-syntax-highlighter": "^15.4.3",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"serve": "^11.3.2",
"tinycolor2": "^1.4.2",
"workbox-build": "^6.1.1"
},
"scripts": {
"start": "npm run start:prod",
"start:prod": "serve -s build",
"start:dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint ./src/**/*.{ts,tsx} --fix",
"lint:prettier": "prettier --write --config .prettierrc ./src/**/*.{ts,tsx}"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.2",
"@types/react-lazy-load-image-component": "^1.5.1",
"@types/react-photoswipe": "^1.3.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/tinycolor2": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"cra-append-sw": "^2.7.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0",
"husky": "5.1.3",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
}
}