-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 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
{
"author": {
"name": "Jakub Worek",
"email": "worekkuba+ensembleaihackathon@gmail.com"
},
"bugs": {
"url": "https://github.com/ensembleAI-hackathon/ensembleaihackathon.pl/issues",
"email": "worekkuba+ensembleaihackathon@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ensembleAI-hackathon/ensembleaihackathon.pl.git"
},
"homepage": "https://ensembleAI-hackathon.github.io/ensembleaihackathon.pl/",
"name": "ensembleaihackathon.pl",
"private": false,
"version": "2.5",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist --cname ensembleaihackathon.pl",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"aos": "^2.3.4",
"i18next": "^24.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-grid-gallery": "^1.0.1",
"react-i18next": "^15.1.1",
"react-icons": "^5.3.0",
"react-image-gallery": "^1.4.0",
"react-lazy-load-image-component": "^1.6.3",
"react-photo-album": "^3.0.2",
"react-router-dom": "^6.28.0",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"gh-pages": "^6.3.0",
"globals": "^15.11.0",
"vite": "^5.4.9"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.2"
}
}