-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.25 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
{
"name": "@llampukaq/realm",
"version": "0.2.738",
"license": "MIT",
"description": "Usa mongo realm de manera sencilla con react",
"homepage": "https://realm.llampukaq.com/",
"sponsor": {
"url": "https://www.llampukaq.com/"
},
"repository": {
"directory": "",
"type": "github",
"url": "https://github.com/LlampuKaq-Tecnology/realm"
},
"keywords": [
"realm",
"database",
"react",
"db"
],
"author": {
"email": "llampukaq@llampukaq.com",
"name": "Llampukaq technology",
"url": "https://www.llampukaq.com/"
},
"main": "dist/realm/index.js",
"typings": "dist/realm/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "npx tsc -p tsconfig-components.json",
"lint": "next lint"
},
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"nanoid": "^4.0.2",
"next": "^14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"realm-web": "2.0.0"
},
"devDependencies": {
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"cllk": "^2.1.67",
"postcss": "8.4.29",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}