-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.38 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": "chioio.tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:content": "contentlayer build",
"start": "next start",
"lint": "next lint",
"format": "prettier --config .prettierrc --write \"./**/*.{js,ts,jsx,tsx,css,json}\""
},
"dependencies": {
"@codesandbox/sandpack-react": "^1.1.5",
"classnames": "^2.3.1",
"contentlayer": "^0.2.5",
"framer-motion": "^6.3.10",
"immer": "^9.0.14",
"next": "12.1.6",
"next-contentlayer": "^0.2.5",
"next-i18next": "^11.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-use": "^17.4.0",
"use-immer": "^0.7.0"
},
"devDependencies": {
"@flodlc/nebula": "^1.0.56",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.40",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.7",
"date-fns": "^2.28.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-markdown": "^1.3.0",
"mdx-bundler": "^9.0.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"rehype-pretty-code": "^0.3.2",
"shiki": "^0.10.1",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3",
"unified": "^10.1.2"
}
}