-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "cyberstudio",
"version": "1.0.0",
"private": true,
"description": "cyberstudio",
"author": "Moritz Thüning",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^4.13.1",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-source-filesystem": "^4.13.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-modal": "^3.15.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.16",
"@types/react-modal": "^3.13.1",
"gh-pages": "^3.2.3",
"typescript": "^4.6.4"
}
}