-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "youtube-plus",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"yalc-update": "shx rm -rf .next && yalc update"
},
"dependencies": {
"@majapisoftwares/next": "^2.1.0",
"lodash-es": "^4.17.21",
"mongodb-memory-server": "^10.1.4",
"next": "^15.3.5",
"papr": "^15.2.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.5",
"prettier": "^3.6.2",
"shx": "^0.4.0",
"typescript": "^5.8.3"
}
}