-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
55
56
{
"name": "wallstreetlocal",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"scan": "next dev & npx react-scan@latest localhost:3000",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@next/font": "^13.1.6",
"@reduxjs/toolkit": "^1.9.3",
"@svgr/webpack": "^8.1.0",
"axios": "^0.24.0",
"caniuse-lite": "^1.0.30001690",
"lucide-react": "^0.473.0",
"next": "^15.1.6",
"next-nprogress-bar": "^2.3.5",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.3.0",
"qs": "^6.12.0",
"react": "^19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-redux": "^8.0.5",
"sonner": "^1.4.41",
"swr": "^2.3.0"
},
"devDependencies": {
"@types/react": "18.0.28",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.20",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"postcss": "^8.5.1",
"react-scan": "^0.0.35",
"tailwindcss": "^3.4.17"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leftmove/wallstreetlocal.git"
},
"author": "leftmove",
"license": "ISC",
"bugs": {
"url": "https://github.com/leftmove/wallstreetlocal/issues"
},
"homepage": "https://github.com/leftmove/wallstreetlocal#readme"
}