-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 770 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 770 Bytes
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
{
"name": "speedread",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"speed reading",
"RSVP",
"reading"
],
"author": "",
"license": "MIT",
"description": "Modern speed reading app with RSVP technology",
"dependencies": {
"@vitejs/plugin-react": "^5.1.2",
"marked": "^17.0.1",
"pdfjs-dist": "^5.4.530",
"posthog-js": "^1.335.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"vite": "^7.3.1"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}