forked from waycaan/mazine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "mazine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next node_modules/.cache",
"rebuild": "npm run clean && npm install && npm run build"
},
"dependencies": {
"@aws-sdk/client-s3": "3.478.0",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-masonry-css": "1.0.16",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"typescript": "5.2.2",
"browser-image-compression": "^2.0.2",
"@types/browser-image-compression": "^1.0.4"
},
"devDependencies": {
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.5"
},
"engines": {
"node": ">=18.0.0"
},
"license": "Apache-2.0",
"author": "waycaan"
}