-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"version": "1.0.0",
"author": "Yoshihide Shiono <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"prepare": "husky"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.5",
"@mui/lab": "^6.0.0-beta.15",
"@mui/material": "^6.1.5",
"@mui/material-nextjs": "^6.1.5",
"@prisma/client": "^5.21.1",
"@supabase/supabase-js": "^2.46.1",
"@uiw/react-color": "^2.3.2",
"@xyflow/react": "^12.3.2",
"axios": "^1.7.7",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"lodash": "^4.17.21",
"next-auth": "^4.24.10",
"prisma": "^5.21.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20.11.16",
"@types/plist": "^3.0.5",
"@types/react": "^18.2.52",
"@types/sqlite3": "^3.1.11",
"@types/verror": "^1.10.10",
"@typescript-eslint/parser": "^8.11.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.1",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"next": "^14.2.4",
"nextron": "^9.1.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}