forked from httpcats/http.cat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "http.cat",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && rm out/404.html && cp out/ca.html out/ca/index.html && cp out/ca.txt out/ca/index.txt",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "./scripts/deploy.sh",
"scrapper": "node ./scripts/scrapper.js"
},
"dependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"next": "^14.0.2",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unified": "^11.0.4"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"jsdom": "^24.1.0",
"p-map": "^7.0.2"
}
}