-
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) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 901 Bytes
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": "reddit-vs-reality-wallstreetbets-emotion-engine",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"test:e2e": "playwright test",
"test:watch": "vitest"
},
"dependencies": {
"lucide-react": "0.554.0",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"overrides": {
"postcss": "8.5.14"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@types/node": "24.10.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "9.39.1",
"eslint-config-next": "16.2.6",
"jsdom": "27.2.0",
"typescript": "5.9.3",
"vitest": "4.1.6"
}
}