-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.15 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.15 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "appblocks.xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn run content && next build ",
"start": "next start",
"lint": "next lint",
"content": "contentlayer build --clearCache",
"cache:clean": "rm -rf .next .contentlayer"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/props-docs": "^2.2.1",
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/skip-nav": "^2.0.15",
"@codesandbox/sandpack-react": "^2.6.9",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docsearch/react": "1.0.0-alpha.27",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next/bundle-analyzer": "^13.4.12",
"@saas-ui/next-workspaces": "0.3.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"contentlayer": "^0.3.3",
"date-fns": "^2.30.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"formik": "^2.4.2",
"framer-motion": "^10.12.16",
"github-slugger": "1.4.0",
"highlight-words-core": "1.2.2",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"match-sorter": "6.3.1",
"next": "13.3.0",
"next-compose-plugins": "^2.2.1",
"next-contentlayer": "^0.3.3",
"next-seo": "^6.1.0",
"prism-react-renderer": "1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-live": "^4.1.3",
"react-lorem-component": "^0.13.0",
"react-multi-ref": "1.0.0",
"react-player": "^2.12.0",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"remark": "^14.0.3",
"remark-emoji": "^3.1.2",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"scroll-into-view-if-needed": "2.2.29",
"typescript": "5.0.4",
"typescript-eslint": "^0.0.1-alpha.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5"
}
}