-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.63 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
{
"name": "milestone-web-app",
"version": "0.1.0",
"private": true,
"homepage": "https://milestone.yaskovdev.com",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@hello-pangea/dnd": "16.6.0",
"@reduxjs/toolkit": "2.2.7",
"axios": "1.7.4",
"bootstrap": "5.3.3",
"i18next": "23.12.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.5.2",
"luxon": "3.5.0",
"prop-types": "15.7.2",
"ramda": "0.30.1",
"react": "18.3.1",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-i18next": "15.0.0",
"react-infinite-scroll-component": "6.1.0",
"react-linkify": "1.0.0-alpha",
"react-redux": "9.1.2",
"react-router-dom": "6.26.0",
"react-scripts": "5.0.1",
"react-textarea-autosize": "8.5.3",
"redux": "5.0.1",
"redux-thunk": "2.3.0",
"typescript": "4.7.4",
"url-search-params-polyfill": "8.1.1",
"use-debounce": "10.0.3",
"uuid": "8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll=false",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint ./src --ext .js"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@types/node": "16.7.0",
"@types/ramda": "0.27.44",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-linkify": "1.0.1",
"@types/react-redux": "7.1.33",
"@types/react-router-dom": "5.1.8",
"@types/redux": "3.6.0",
"@types/redux-thunk": "2.1.0",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.24.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"gh-pages": "6.1.1",
"jest": "27.5.1"
},
"overrides": {
"react-scripts": {
"@svgr/webpack": "8.1.0",
"typescript": "4.7.4",
"postcss": "8.4.38"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}