-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "otter-log",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "ANALYZE=true NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@over-ui/core": "^1.1.0",
"@over-ui/select": "^1.1.0",
"cloudinary": "^1.33.0",
"next": "^12.3.0",
"next-sitemap": "^3.1.49",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.6",
"@notionhq/client": "^2.2.3",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/github-slugger": "^1.3.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "17.0.21",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.35.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-testing-library": "^5.10.2",
"jest": "^29.1.2",
"jest-axe": "^7.0.0",
"jest-environment-jsdom": "^29.1.2",
"next-compose-plugins": "^2.2.1",
"notion-to-md": "^2.5.5",
"plaiceholder": "^2.5.0",
"postcss": "^8.4.8",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"sharp": "^0.31.3",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
},
"sideEffects": false
}