-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@backlight-dev/longterm-communication-7ueyr.yogi-lkdu8npz",
"version": "0.0.2",
"description": "A chakra-ui based design system as a starter kit for Backlight",
"license": "MIT",
"type": "module",
"scripts": {
"serve": "npx backlight@latest serve lTsfEo8MT9gs2kibRklL --open"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@divriots/dockit-react": "^0.0.84",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.0.0",
"autoprefixer": "^10.2.5",
"prettier": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-simple-code-editor": "^0.10.0"
},
"dependencies": {
"@chakra-ui/alert": "^1.2.5",
"@chakra-ui/avatar": "^1.2.5",
"@chakra-ui/button": "^1.3.2",
"@chakra-ui/form-control": "^1.3.5",
"@chakra-ui/hooks": "^1.5.2",
"@chakra-ui/icon": "^1.1.9",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/image": "^1.0.15",
"@chakra-ui/input": "^1.2.5",
"@chakra-ui/layout": "^1.4.5",
"@chakra-ui/modal": "^1.8.5",
"@chakra-ui/portal": "^1.2.5",
"@chakra-ui/react": "^1.7.1",
"@chakra-ui/react-utils": "^1.1.2",
"@chakra-ui/system": "^1.6.5",
"@chakra-ui/utils": "^1.8.0",
"@mdx-js/react": "^1.6.22",
"deepmerge": "^4.2.2",
"framer-motion": "^4.1.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-simple-code-editor": "^0.10.0",
"react-focus-lock": "^2.5.2",
"react-hook-form": "^7.4.1",
"react-icons": "^4.2.0",
"react-lorem-component": "^0.13.0",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.10.6"
}
}