-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "port-tides",
"version": "4.0.0",
"description": "Porthmadog Tide Times",
"author": "James Bithell",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/charts": "^7.11.2",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@tabler/icons-react": "^3.10.0",
"gatsby": "^5.13.7",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-build-date": "^1.0.1",
"gatsby-source-filesystem": "^5.13.1",
"ical-generator": "^7.1.0",
"luxon": "^3.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.5.3"
}
}