-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "andreas.fyi",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"prepare": "husky install",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.5",
"@notionhq/client": "^0.4.11",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"lodash.throttle": "^4.1.1",
"marked": "^4.0.8",
"next": "12.0.7",
"next-seo": "^4.28.1",
"nprogress": "^0.2.0",
"prismjs": "^1.25.0",
"puppeteer-core": "7.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-tweet-embed": "^1.3.1",
"recoil": "^0.7.3",
"sitemap": "^7.0.0",
"twemoji": "^13.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@notion-stuff/v4-types": "^5.1.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/gtag.js": "^0.0.10",
"@types/lodash.throttle": "^4.1.6",
"@types/marked": "^4.0.1",
"@types/node": "17.0.4",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.6",
"@types/puppeteer-core": "^5.4.0",
"@types/react": "17.0.38",
"@types/twemoji": "^12.1.2",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-quick-prettier": "^0.0.29",
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"tailwind-ts": "^0.0.1",
"tailwindcss": "^3.0.8",
"typescript": "4.5.4"
}
}