-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.16 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.16 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
73
74
{
"name": "xpulse",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@7.33.5",
"engines": {
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@floating-ui/react": "^0.26.1",
"@headlessui/react": "^1.7.17",
"apexcharts": "^3.40.0",
"class-variance-authority": "^0.6.0",
"date-fns": "^2.30.0",
"fslightbox-react": "^1.7.6",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"next": "13.4.3",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-input-mask": "3.0.0-alpha.2",
"react-marquee-slider": "^1.1.5",
"react-player": "^2.13.0",
"react-simple-code-editor": "^0.13.1",
"react-slider": "^2.0.6",
"react-transition-group": "^4.4.5",
"screenfull": "^6.0.2",
"sharp": "^0.32.6",
"swiper": "^10.3.1"
},
"devDependencies": {
"@iconify-icons/fluent": "^1.2.21",
"@iconify-icons/ph": "^1.2.4",
"@iconify-icons/teenyicons": "^1.2.4",
"@iconify/icons-fa": "^1.2.3",
"@iconify/icons-feather": "^1.2.3",
"@iconify/icons-file-icons": "^1.2.3",
"@iconify/icons-ion": "^1.2.8",
"@iconify/icons-mdi": "^1.2.46",
"@iconify/icons-simple-icons": "^1.2.52",
"@iconify/icons-simple-line-icons": "^1.2.3",
"@iconify/react": "^4.1.0",
"@types/fslightbox-react": "^1.7.4",
"@types/lodash": "^4.14.199",
"@types/node": "20.2.1",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.6",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18.2.4",
"@types/react-input-mask": "^3.0.4",
"@types/react-slider": "^1.3.2",
"@types/react-transition-group": "^4.4.8",
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"serve": "^14.2.1",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
}
}