-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 KB
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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "letscozinha",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --projects tests/unit",
"index-now": "tsx scripts/indexNow.ts",
"gis": "gis letscozinha.com.br --path lets-cozinha-043eeac1f6b2.json",
"print-recipe": "tsx scripts/printRecipe.ts",
"analyze": "ANALYZE=true pnpm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google-analytics/data": "^5.1.0",
"@next/third-parties": "^15.3.3",
"meilisearch": "^0.51.0",
"next": "~15.3.3",
"next-mdx-remote-client": "^2.1.2",
"qs": "^6.14.0",
"react": "19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "19.1.0",
"react-share": "^5.2.2",
"remark-parse": "^11.0.0",
"rss": "^1.2.2",
"schema-dts": "^1.1.5",
"simple-xml-to-json": "^1.2.3",
"unified": "^11.0.5",
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@jest/globals": "^30.0.0",
"@next/bundle-analyzer": "^15.3.3",
"@next/eslint-plugin-next": "^15.3.3",
"@tailwindcss/postcss": "^4.1.10",
"@ttoss/config": "^1.35.3",
"@types/jest": "^29.5.14",
"@types/minimist": "^1.2.5",
"@types/node": "^24",
"@types/qs": "^6.14.0",
"@types/react": "^19",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19",
"@types/rss": "^0.0.32",
"dotenv": "^16.5.0",
"eslint": "^9",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"google-indexing-script": "^0.4.0",
"jest": "^30.0.0",
"minimist": "^1.2.8",
"postcss": "^8",
"prettier": "3.5.3",
"tailwindcss": "^4.1.10",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5"
}
}