-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "gif",
"version": "1.0.0",
"description": "UI for searching gifs using Tenor",
"keywords": [
"gif",
"search",
"tenor",
"ui"
],
"homepage": "https://github.com/crudh/gif",
"bugs": {
"url": "https://github.com/crudh/gif/issues"
},
"author": {
"name": "Christian Rudh",
"email": "christian@rudh.se"
},
"repository": {
"type": "git",
"url": "https://github.com/crudh/gif.git"
},
"license": "Apache-2.0",
"scripts": {
"dev": "next dev --turbo --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@vercel/analytics": "^1.1.3",
"next": "^15.0.0-rc.0",
"react": "^19.0.0-rc-935180c7e0-20240524",
"react-dom": "^19.0.0-rc-935180c7e0-20240524",
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"babel-plugin-react-compiler": "^0.0.0-experimental-52d6685-20240815",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-9aef357-20240815",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}