-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 954 Bytes
/
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
{
"name": "reader",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mozilla/readability": "^0.4.3",
"@theme-ui/presets": "^0.15.5",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"cohere-js": "^1.0.25",
"dompurify": "^3.0.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"gpt3-tokenizer": "^1.1.5",
"jsdom": "^21.1.1",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"next": "13.2.4",
"posthog-js": "^1.53.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.2",
"theme-ui": "^0.15.5",
"typescript": "5.0.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.0",
"@types/jsdom": "^21.1.1",
"@types/lodash-es": "^4.17.7"
}
}