-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
38
{
"name": "truth-or-drink",
"version": "1.0.0",
"private": true,
"description": "truth-or-drink",
"author": "Manuel",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "3.1.1",
"@chakra-ui/react": "2.5.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@phosphor-icons/react": "2.0.8",
"framer-motion": "10.12.4",
"gatsby": "^5.9.0",
"gatsby-source-filesystem": "5.10.0",
"gatsby-transformer-json": "5.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"prettier": "2.8.8",
"typescript": "^5.0.4"
}
}