-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 962 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
39
{
"name": "knock-in-app-ui-example-nextjs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@faker-js/faker": "^7.1.0",
"@knocklabs/node": "^0.6.6",
"@knocklabs/react": "0.3.0-rc-1.0",
"@telegraph/button": "^0.0.13",
"@telegraph/icon": "^0.0.7",
"@telegraph/layout": "^0.0.6",
"@telegraph/tokens": "^0.0.8",
"@telegraph/typography": "^0.0.10",
"framer-motion": "^6",
"next": "12.1.6",
"next-seo": "^5.4.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.1.6"
},
"resolutions": {
"react": "18.1.0"
}
}