-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 981 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
38
39
{
"name": "yomoji",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/vision": "^4.3.2",
"axios": "^1.7.5",
"clsx": "^2.1.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "14.2.6",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"react": "^18",
"react-dom": "^18",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"@types/react": "^18.3.4",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}