-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "unice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@tanstack/react-query": "^5.66.0",
"aos": "^2.3.4",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"bootstrap-scss": "^5.3.3",
"next": "^15.1.7",
"nprogress": "^0.2.0",
"react": "^19.0.0",
"react-countdown": "^2.3.6",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-light-accordion": "^0.1.4",
"react-masonry-css": "^1.0.16",
"react-parallax-tilt": "^1.7.282",
"react-photoswipe-gallery": "^3.0.2",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.3",
"reactstrap": "^9.2.3",
"swiper": "^11.2.2"
},
"devDependencies": {
"@types/react": "19.0.8",
"eslint": "^9",
"eslint-config-next": "^15.1.7",
"npm-run-all": "^4.1.5",
"sass": "1.77.6"
},
"overrides": {
"react-popper": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}