-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "gavin-harris",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"tidy": "yarn tsc --noEmit && yarn eslint --fix . && yarn prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@tailwindcss/typography": "^0.5.10",
"classnames": "2.3.1",
"date-fns": "2.21.3",
"next": "^13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.2.0",
"sharp": "^0.33.2",
"showdown": "1.9.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/showdown": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"autoprefixer": "^10.2.5",
"daisyui": "^4.6.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"husky": "^7.0.1",
"postcss": "^8.3.0",
"prettier": "2.3.2",
"tailwindcss": "3.2.4",
"typescript": "^4.3.5"
},
"license": "MIT"
}