-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"name": "net.venipa.booru-browser",
"description": "Browser for booru based image platforms",
"version": "1.0.0",
"author": "venipa <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@datorama/akita": "^7.0.1",
"@egjs/react-infinitegrid": "^4.1.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.3",
"@popperjs/core": "^2.11.0",
"@rocketseat/react-plyr": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.24.0",
"date-fns": "^2.27.0",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.1",
"electron-threads": "^1.0.2",
"framer-motion": "^4",
"immer": "^9.0.7",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"masonic": "^3.6.1",
"next-transpile-modules": "^9.0.0",
"plyr": "^3.6.9",
"plyr-react": "^3.1.0",
"queue-promise": "^2.2.1",
"react-hook-form": "^7.20.5",
"react-icons": "^4.3.1",
"react-masonry-css": "^1.0.16",
"react-popper": "^2.2.5",
"react-virtualized": "^9.22.3",
"rxjs": "^6.6.7",
"rxjs-hooks": "^0.7.0",
"spinners-react": "^1.0.6",
"tailwindcss-filters": "^3.0.0",
"thenby": "^1.3.4",
"xhr2": "^0.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@electron/remote": "^2.0.1",
"@types/lodash": "^4.14.177",
"@types/lodash-es": "^4.17.5",
"@types/node": "^14.14.31",
"@types/p-queue": "^3.2.1",
"@types/react": "^17.0.0",
"@types/react-virtualized": "^9.21.15",
"autoprefixer": "^10.4.0",
"electron": "^15.0.0",
"electron-builder": "^22.11.7",
"fiber": "^1.0.4",
"next": "^12.0.7",
"nextron": "^7.1.0",
"postcss": "^8.3.7",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.32.13",
"tailwindcss": "^2.2.15",
"typescript": "^4.4.3"
}
}