-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.4 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
{
"name": "@application/round",
"version": "0.0.9",
"private": false,
"homepage": "https://github.com/PlayForm/Round#readme",
"bugs": {
"url": "https://github.com/PlayForm/Round/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Round.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source ✍🏻 Open 👐🏻",
"email": "Source/Open@PlayForm.Cloud",
"url": "https://PlayForm.Cloud"
},
"type": "module",
"scripts": {
"Build": "vite build",
"dev": "vite",
"serve": "vite preview",
"start": "vite",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.11.1",
"solid-js": "1.9.14"
},
"devDependencies": {
"@playform/build": "0.3.3",
"@tauri-apps/cli": "2.11.4",
"@types/node": "26.1.1",
"autoprefixer": "10.5.4",
"cssnano": "8.0.2",
"cssnano-preset-advanced": "8.0.2",
<<<<<<< HEAD
"postcss": "8.5.22",
=======
"postcss": "8.5.19",
>>>>>>> beb5d5bc2a9af30b5c83fc6599d6b0aa9d2d6f1c
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "2.1.0",
"postcss-import": "16.1.1",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.4",
"tailwindcss": "3.4.19",
"vite": "8.1.5",
<<<<<<< HEAD
"vite-plugin-solid": "2.11.13"
=======
"vite-plugin-solid": "2.11.12"
>>>>>>> beb5d5bc2a9af30b5c83fc6599d6b0aa9d2d6f1c
},
"publishConfig": {
"access": "public",
"provenance": true
}
}