-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 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
{
"name": "next-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@waline/client": "^2.14.8",
"css-loader": "^6.7.3",
"dayjs": "^1.10.4",
"eslint-config-prettier": "^8.4.0",
"framer-motion": "^10.12.10",
"gray-matter": "^4.0.2",
"hnb-cdn": "^1.0.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"next": "13.0.6",
"next-mdx-remote": "^4.0.3",
"prism-themes": "^1.8.0",
"prismjs": "^1.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"rehype-img-size": "^1.0.1",
"remark-external-links": "^9.0.0",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.4",
"style-loader": "^3.3.1",
"veaury": "^2.3.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/node": "18.11.18",
"autoprefixer": "^10.4.2",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.2.1"
},
"eslintConfig": {
"extends": [
"next",
"prettier"
]
}
}