-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"version": "1.0.0",
"author": "Yoshihide Shiono <shiono.yoshihide@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@geist-ui/react": "^2.2.5",
"@mlc-ai/web-llm": "^0.2.82",
"@mozilla/readability": "^0.6.0",
"@playwright/test": "^1.58.2",
"@tailwindcss/typography": "^0.5.19",
"@xenova/transformers": "^2.17.2",
"better-sqlite3": "^12.8.0",
"chromadb": "^3.4.0",
"clsx": "^2.1.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"jsdom": "^29.0.1",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"playwright": "^1.58.2",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"remark-breaks": "^4.0.0",
"remark-external-links": "^9.0.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.28.6",
"@tailwindcss/postcss": "^4.2.2",
"autoprefixer": "^10.4.27",
"electron": "^40.8.0",
"electron-builder": "^24.13.3",
"next": "^16.2.0",
"nextron": "^9.6.0",
"postcss": "^8.5.8",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.2.2"
}
}