forked from hehehai/headless-try
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 781 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
{
"name": "headless-try",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@sparticuz/chromium-min": "^122.0.0",
"@cliqz/adblocker-puppeteer": "^1.31.4",
"clsx": "^2.1.1",
"cross-fetch": "^4.0.0",
"framer-motion": "^11.1.9",
"geist": "^1.3.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.0.4",
"puppeteer-core": "22.5.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}