-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 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
{
"name": "1d6-site",
"version": "1.0.0",
"private": true,
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.51.16",
"axios": "^1.7.2",
"dompurify": "^3.1.5",
"gatsby": "^5.13.5",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"marked": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.77.8"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3"
}
}