-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) 路 1.51 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) 路 1.51 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "eslint src",
"type-check": "tsc --project tsconfig.json --pretty --noEmit"
},
"dependencies": {
"@notionhq/client": "^0.1.3",
"@types/javascript-time-ago": "^2.0.2",
"classnames": "^2.3.1",
"dateformat": "^4.5.1",
"firebase-admin": "^10.0.2",
"gray-matter": "^4.0.3",
"javascript-time-ago": "^2.3.6",
"next": "^12.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^6.0.2",
"react-responsive": "^8.2.0",
"react-syntax-highlighter": "^15.4.3",
"reading-time": "^1.3.0",
"styled-components": "^5.3.0",
"swr": "^0.5.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/dateformat": "^3.0.1",
"@types/react": "^17.0.5",
"@types/react-responsive": "^8.0.2",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"globby": "^11.0.3",
"husky": "^7.0.4",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"webpack-bundle-analyzer": "^4.4.2"
}
}