-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.7 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-cost-calc",
"version": "0.2.3",
"license": "MIT",
"homepage": "https://costotus.com",
"private": true,
"dependencies": {
"@joi/date": "^2.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.0",
"chart.js": "^3.7.1",
"chartjs-adapter-date-fns": "^2.0.0",
"daisyui": "^2",
"date-fns": "^2.28.0",
"fast-xml-parser": "^4.0.5",
"focus-trap-react": "^8.9.2",
"ga-4-react": "^0.1.281",
"i18next": "^21.6.11",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"joi": "^17.6.0",
"locale-helpers": "^1.0.547",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-country-flag": "^3.0.2",
"react-day-picker": "^8.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.4",
"react-icons": "^4.3.1",
"react-popper": "^2.2.5",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.2.21",
"uuid": "^8.3.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"translation-sync": "node SyncTranslation.js"
},
"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": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"sync-translation-files": "^1.0.3",
"tailwindcss": "^3.0.21"
}
}