-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 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
53
54
55
56
{
"name": "v7-postr",
"version": "7.0.0",
"private": true,
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Postr-Inc/Postr-Application.git#next-v1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giphy/js-fetch-api": "^5.2.0",
"@giphy/react-components": "^9.2.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.18.2",
"geist": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"next": "14.0.2",
"pocketbase": "^0.19.0",
"react": "^18",
"react-dom": "^18",
"react-infinite-scroll-component": "^6.1.0",
"sharp": "^0.33.0",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.3.3"
},
"description": "Frontend pwa for postr",
"bugs": {
"url": "https://github.com/Postr-Inc/Postr-Application/issues"
},
"homepage": "https://github.com/Postr-Inc/Postr-Application/tree/next-v1#readme",
"main": "\"\"",
"keywords": [
"nextjs"
],
"author": "MalikWhitten67",
"license": "MIT"
}