-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.47 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
{
"name": "swaasthaya",
"version": "1.0.0",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@progress/kendo-data-query": "^1.5.6",
"@progress/kendo-date-math": "^1.5.6",
"@progress/kendo-drawing": "^1.16.3",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-react-animation": "^4.5.0",
"@progress/kendo-react-buttons": "^4.5.0",
"@progress/kendo-react-charts": "^4.6.0",
"@progress/kendo-react-data-tools": "^4.5.0",
"@progress/kendo-react-dateinputs": "^4.5.0",
"@progress/kendo-react-dialogs": "^4.5.0",
"@progress/kendo-react-dropdowns": "^4.6.0",
"@progress/kendo-react-form": "^4.5.0",
"@progress/kendo-react-gauges": "^4.6.0",
"@progress/kendo-react-grid": "^4.5.0",
"@progress/kendo-react-indicators": "^4.6.0",
"@progress/kendo-react-inputs": "^4.5.0",
"@progress/kendo-react-intl": "^4.6.0",
"@progress/kendo-react-labels": "^4.5.0",
"@progress/kendo-react-layout": "^4.5.0",
"@progress/kendo-react-pdf": "^4.6.0",
"@progress/kendo-react-progressbars": "^4.5.0",
"@progress/kendo-react-ripple": "^4.5.0",
"@progress/kendo-react-treeview": "^4.5.0",
"@progress/kendo-theme-material": "^3.33.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.27.2",
"concurrently": "^7.2.1",
"firebase": "^8.4.3",
"framer-motion": "^6.3.10",
"hammerjs": "^2.0.8",
"react": "^18.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.1.0",
"react-redux": "^8.0.2",
"react-rewards": "^2.0.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-switch": "^6.0.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"cd backend && yarn start\"",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}