-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (45 loc) · 1.13 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
{
"name": "remix-gitpod-livereload",
"version": "1.0.12",
"description": "THIS IS A FIX FOR ORIGINAL REMIX LIVE RELOAD TO GET IT WORKING WITH GITPOD",
"license": "MIT",
"sideEffects": false,
"main": "dist/Index.js",
"typings": "dist/Index.d.ts",
"module": "dist/esm/Index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreaMorone/remix-gitpod-livereload.git"
},
"keywords": [
"remix-run",
"gitpod-remix",
"gitpod",
"remix"
],
"author": "Andrea Morone",
"bugs": {
"url": "https://github.com/AndreaMorone/remix-gitpod-livereload/issues"
},
"homepage": "https://github.com/AndreaMorone/remix-gitpod-livereload#readme",
"devDependencies": {
"@remix-run/server-runtime": "1.10.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.3.0",
"abort-controller": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
},
"files": [
"dist/",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
]
}