-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "mysf-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"stream": false,
"util": false,
"url": false,
"https": false,
"child_process": false,
"node:child_process": false
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/node": "^8.2.0",
"@ionic/core": "^7.6.4",
"@techstark/opencv-js": "^4.9.0-release.2",
"appwrite": "^13.0.1",
"astro": "^4.3.7",
"axios": "^1.6.7",
"image-conversion": "^2.1.1",
"ionicons": "^7.2.2",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"nanoid": "^5.0.5",
"node-appwrite": "^11.1.0",
"posthog-node": "^3.6.1",
"qr-scanner": "^1.4.2",
"scroll-snap-slider": "^3.3.0",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/sharp": "^0.32.0",
"bun-types": "^1.0.26",
"sass": "^1.69.5"
}
}