-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1017 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1017 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
36
37
{
"name": "YourSelfLearning",
"description": "Stop frying your brain and get back to yourself.",
"private": true,
"version": "10.8.25",
"type": "module",
"scripts": {
"dev": "wxt | grep -v warning",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"test": "playwright test",
"test:ui": "playwright test --ui",
"postinstall": "wxt prepare"
},
"dependencies": {
"@anthropic-ai/claude-code": "^1.0.53",
"@supabase/supabase-js": "^2.48.0",
"claude": "^0.1.1",
"react": "^19.1.0",
"react-bits": "1.0.5",
"react-dom": "^19.1.0",
"react-native-web": "0.21.0"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@wxt-dev/module-react": "^1.1.3",
"playwright": "^1.55.0",
"typescript": "^5.8.3",
"wxt": "^0.20.7"
}
}