-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "bibliomar-react",
"private": true,
"version": "1.0.0",
"scripts": {
"prebuild": "rimraf build && sh ./provision.sh",
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 3000"
},
"dependencies": {
"axios": "^0.27.2",
"chart.js": "^4.2.1",
"date-fns": "^2.29.3",
"fast-deep-equal": "^3.1.3",
"file-to-array-buffer": "^1.0.0",
"flag-icons": "^6.6.6",
"formik": "^2.2.9",
"fuse.js": "^6.6.2",
"html-react-parser": "^3.0.9",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"manticoresearch": "^3.2.1",
"mdb-react-ui-kit": "^4.2.0",
"mdb-ui-kit": "^6.1.0",
"react": "^18.2.0",
"react-bootstrap-typeahead": "^6.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.2.0",
"react-loading-skeleton": "^3.1.1",
"react-paginate": "^8.1.4",
"react-portal": "^4.2.2",
"react-reader": "^0.21.3",
"react-router-dom": "^6.8.1",
"react-smooth-collapse": "^2.1.2",
"react-toastify": "^9.1.1",
"use-long-press": "^2.0.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react-portal": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4"
},
"prettier": {
"tabWidth": 4
}
}