-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "sirenx",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "concurrently --kill-others 'spotlight' 'next dev'",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress run",
"test:open": "cypress open"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/nextjs": "8",
"@spotlightjs/spotlight": "^2.9.0",
"babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
"motion": "^11.14.4",
"next": "15.1.2",
"react": "^19.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-joyride": "^3.0.0-7",
"react-redux": "^9.2.0",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"sweetalert2": "^11.15.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"tailwindcss-3d": "^1.0.5",
"uuid": "^9.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.0.1",
"concurrently": "^9.1.0",
"cypress": "^14.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}