-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
128 lines (128 loc) · 4.11 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "next-horde",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze:prod": "ANALYZE=true NODE_ENV=production npm run build",
"analyze:dev": "ANALYZE=true npm run dev",
"dev": "npm run update:build-id && next dev",
"build": "npm run update:build-id && next build",
"build:prod": "npm run clean && npm run install:prod && npm run build",
"clean": "rm -rf node_modules",
"install:prod": "npm install --platform=linux --arch=x64",
"lint": "next lint",
"pm2:start-prod": "pm2 start ecosystem.config.js --only horde-js",
"pm2:stop-prod": "pm2 delete ecosystem.config.js --only horde-js",
"pm2:start-beta": "pm2 start ecosystem.config.js --only artbot-beta",
"pm2:stop-beta": "pm2 delete ecosystem.config.js --only artbot-beta",
"pm2:start-staging": "pm2 start ecosystem.config.js --only horde-js-staging",
"pm2:stop-staging": "pm2 delete ecosystem.config.js --only horde-js-staging",
"start": "NODE_ENV=production next start",
"update:build-id": "node ./x-build-scripts/updateBuildId.js",
"test": "jest",
"prepare": "husky install"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=18.0.0"
},
"overrides": {
"react-lazyload": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
},
"dependencies": {
"@asc0910/exif-library": "github:asc0910/exif-library",
"@ebay/nice-modal-react": "1.2.13",
"@next/bundle-analyzer": "14.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-navigation-menu": "1.1.4",
"@szhsin/react-menu": "4.1.0",
"@tabler/icons-react": "2.44.0",
"app-root-path": "^3.1.0",
"better-sqlite3": "^8.7.0",
"body-parser": "1.20.2",
"browser-image-resizer": "2.4.1",
"buffer-image-size": "0.6.4",
"client-zip": "2.4.4",
"clone-deep": "4.0.1",
"clsx": "2.0.0",
"dexie": "3.2.4",
"dexie-export-import": "4.0.7",
"dexie-react-hooks": "1.1.7",
"dompurify": "3.0.6",
"dotenv": "16.3.1",
"express": "4.18.2",
"fabric": "5.3.0",
"file-saver": "2.0.5",
"image-metadata-editor": "^2023.2.3",
"is-mobile": "4.0.0",
"isomorphic-dompurify": "^2.0.0",
"jsonwebtoken": "9.0.2",
"lz-string": "1.5.0",
"memoizee": "0.4.15",
"next": "14.0.4",
"next-dark-mode": "3.0.0",
"node-abort-controller": "3.1.1",
"node-cron": "3.0.2",
"node-fetch": "3.3.2",
"node-localstorage": "2.2.1",
"nodemailer": "6.9.6",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-error-boundary": "4.0.11",
"react-full-screen": "1.1.1",
"react-gallery-carousel": "^0.4.0",
"react-lazyload": "3.2.0",
"react-markdown": "8.0.7",
"react-portal": "4.2.2",
"react-responsive-carousel": "3.2.23",
"react-select": "5.7.7",
"react-sliding-pane": "7.3.0",
"react-snap-carousel": "^0.3.2",
"react-swipeable": "7.0.1",
"react-textarea-autosize": "8.5.3",
"react-toastify": "9.1.3",
"react-tooltip": "5.21.5",
"react-virtuoso": "4.6.1",
"sharp": "0.32.6",
"statery": "0.7.1",
"styled-components": "6.1.3"
},
"devDependencies": {
"@testing-library/react": "14.1.2",
"@types/autosize": "4.0.1",
"@types/clone-deep": "4.0.2",
"@types/dompurify": "3.0.3",
"@types/fabric": "5.3.4",
"@types/file-saver": "2.0.5",
"@types/jest": "29.5.5",
"@types/jsonwebtoken": "9.0.3",
"@types/memoizee": "0.4.9",
"@types/node-cron": "3.0.9",
"@types/node-localstorage": "1.3.1",
"@types/nodemailer": "6.4.11",
"@types/react-dom": "18.2.13",
"@types/react-gallery-carousel": "0.2.3",
"@types/react-lazyload": "3.2.0",
"@types/react-portal": "4.0.4",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"autoprefixer": "10.4.16",
"daisyui": "^4.4.24",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"prettier": "3.1.1",
"raw-loader": "4.0.2",
"tailwindcss": "3.4.0",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
}
}