-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "ping-thing",
"version": "1.0.0",
"description": "Neon Demo",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulieScanlon/ping-thing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PaulieScanlon/ping-thing/issues"
},
"homepage": "https://github.com/PaulieScanlon/ping-thing#readme",
"dependencies": {
"@neondatabase/serverless": "^0.5.6",
"@vercel/edge": "^1.1.0",
"geolib": "^3.3.4",
"next": "^13.4.12",
"react": "^18.2.0",
"react-code-blocks": "0.0.9-0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.24.3",
"react-query": "^3.39.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"tailwindcss": "^3.3.3"
}
}