-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "paac",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"blurhash": "^2.0.5",
"gsap": "^3.12.2",
"lightbox.js-react": "^1.3.1",
"lightgallery": "^2.7.2",
"masonry-layout": "^4.2.2",
"react-blurhash": "^0.3.0",
"react-responsive-masonry": "^2.4.1",
"react-router": "^6.26.2",
"react-router-dom": "^6.7.0",
"swiper": "^11.0.5"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.66.1",
"vite": "^5.0.8"
}
}