-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.28 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
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
68
69
70
71
{
"name": "weather-please",
"version": "2.5.37",
"description": "Savor the elegance and grace of Weather Please as it integrates flawlessly into your browser. A symphony of design and performance awaits – where weather meets artistry in the most subtle, yet captivating, manner.",
"private": true,
"author": {
"name": "Gus Gaidelevicius"
},
"repository": {
"type": "git",
"url": "https://github.com/ggaidelevicius/weather-please.git"
},
"homepage": "https://github.com/ggaidelevicius/weather-please",
"bugs": {
"url": "https://github.com/ggaidelevicius/weather-please/issues"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/ggaidelevicius"
},
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm compile && cross-env NEXT_PUBLIC_BUILD_MODE=extension next build && node build",
"start": "next start",
"lint": "pnpm prettier . --write && next lint",
"release": "pnpm build && node release",
"extract": "lingui extract",
"compile": "lingui compile",
"update": "npx npm-check-updates -u"
},
"dependencies": {
"@lingui/core": "^4.13.0",
"@lingui/macro": "^4.13.0",
"@lingui/react": "^4.13.0",
"@lingui/swc-plugin": "^4.0.10",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@sentry/nextjs": "^8.35.0",
"@tabler/icons-react": "^3.20.0",
"@tanstack/react-query": "^5.59.16",
"@vercel/analytics": "^1.3.2",
"classnames": "^2.5.1",
"framer-motion": "^11.11.10",
"next": "15.0.1",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@lingui/cli": "^4.13.0",
"@types/node": "^22.8.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"adm-zip": "^0.5.16",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.2"
}