-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.54 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
{
"name": "profi.ru",
"version": "0.1.0",
"homepage": "https://marryp0ppins.github.io/HH",
"private": false,
"dependencies": {
"@bem-react/classname": "^1.5.9",
"@reduxjs/toolkit": "1.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "0.21.1",
"final-form": "^4.20.7",
"moment": "2.29.4",
"moment-timezone": "0.5.34",
"prettier": "2.3.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "^6.5.9",
"react-redux": "^7.2.2",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"sass": "^1.56.1",
"style-dictionary": "^2.10.2",
"typescript": "4.2.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.+(js|jsx|ts|tsx|json)\"",
"lint-fix": "eslint --fix \"src/**/*.+(js|jsx|ts|tsx|json)\"",
"prettier": "prettier --write \"src/**/*.+(js|jsx|ts|tsx|json)\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@sentry/types": "6.19.6",
"@types/moment-timezone": "0.5.30",
"@types/node": "12.0.0",
"@types/react": "16.14.0",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.24",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"css-loader": "5.1.3",
"csscomb": "4.3.0",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-standard": "5.0.0",
"lint-staged": "10.5.4",
"lost": "8.3.1",
"postcss-nested": "4.2.3",
"postcss-preset-env": "6.7.0",
"prettier": "2.3.2",
"react-app-rewired": "2.1.8",
"sass": "1.32.8",
"sass-loader": "11.0.1",
"source-map-explorer": "2.5.2",
"style-loader": "2.0.0",
"ts-node": "10.0.0",
"gh-pages": "^4.0.0"
}
}