-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.71 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.71 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@playform/overbrowser",
"version": "0.0.1",
"private": true,
"description": "Overbrowser 🔍",
"keywords": [
"playform"
],
"homepage": "https://GitHub.Com/PlayForm/Overbrowser#readme",
"bugs": {
"url": "https://GitHub.Com/PlayForm/Overbrowser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Overbrowser.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source ✍🏻 Open 👐🏻",
"email": "Source/Open@PlayForm.Cloud",
"url": "https://PlayForm.Cloud"
},
"scripts": {
"Run": "astro dev --host",
"prepublishOnly": "astro build"
},
"dependencies": {
"@astrojs/sitemap": "3.4.2",
"@playform/build": "0.2.5",
"@playform/compress": "0.2.0",
"@playform/format": "0.0.8",
"@playform/inline": "0.1.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
<<<<<<< HEAD
"astro": "5.12.3",
=======
"astro": "5.12.8",
>>>>>>> 5d8ad705cf853f89526602cdc4cd50663fdfc9af
"astro-capo": "0.0.1",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.21",
"cssnano": "7.1.0",
"cssnano-preset-advanced": "7.0.8",
"dotenv": "17.2.1",
"firebase": "12.0.0",
"postcss": "8.5.6",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "2.0.0",
"postcss-import": "16.1.1",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.17",
<<<<<<< HEAD
"typescript": "5.8.3",
"zod": "4.0.10"
=======
"typescript": "5.9.2",
"zod": "4.0.14"
>>>>>>> 5d8ad705cf853f89526602cdc4cd50663fdfc9af
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.4"
},
"publishConfig": {
"access": "restricted",
"provenance": true
}
}