-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.51 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.51 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
{
"name": "Cae",
"version": "1.0.0",
"private": true,
"description": "My portfolio website.",
"author": "Jay Chowdhary",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write"
},
"dependencies": {
"@react-three/fiber": "^8.7.2",
"@reduxjs/toolkit": "^1.8.5",
"gatsby": "^4.22.1",
"gatsby-plugin-google-gtag": "^4.23.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-remark-prismjs": "^6.24.0",
"gatsby-remark-prismjs-copy-button": "^0.3.1",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.22.0",
"openpgp": "^5.5.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-cusdis": "^2.1.3",
"react-dom": "^18.1.0",
"react-redux": "^8.0.4",
"redux-persist": "^6.0.0",
"three": "^0.144.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.144.0",
"autoprefixer": "^10.4.8",
"gatsby-plugin-postcss": "^5.22.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2"
}
}