-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.73 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
{
"name": "untitled",
"private": true,
"description": "A Star Wars Wiki Site",
"version": "DEV-BUILD",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@react-three/drei": "^9.46.2",
"@react-three/fiber": "^8.9.1",
"babel-plugin-styled-components": "^2.0.7",
"engine.io": "^6.4.2",
"gatsby": "^5.10.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-preload-fonts": "^4.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-styled-components": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-json": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"react": "^18.2.0",
"react-adsense": "^0.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-is": "^18.2.0",
"socket.io": "^4.5.4",
"styled-components": "^5.3.6",
"three": "^0.147.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.2.0",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"tailwindcss": "^3.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/FalconChipp/wikithehutt"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}