forked from prazzon/Flexbox-Labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "flexlab",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"@svgr/webpack": "^8.1.0",
"@uidotdev/usehooks": "^2.4.1",
"framer-motion": "^11.2.12",
"next": "^15.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.1.0",
"react-redux": "^9.2.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@next/eslint-plugin-next": "^15.1.2",
"@types/node": "22.10.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"sass": "^1.79.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0"
}
}