-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 996 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": "gatsby-starter-chakra-ui-type-script",
"version": "1.0.0",
"private": true,
"description": "gatsby-starter-chakra-ui-type-script",
"author": "tylerapfledderer",
"keywords": [
"gatsby"
],
"scripts": {
"postinstall": "npm run theme",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"theme": "chakra-cli tokens src/theme/index.ts",
"theme:watch": "chakra-cli tokens src/theme/index.ts --watch"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^11.0.0",
"gatsby": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@chakra-ui/cli": "^2.3.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.2"
}
}