-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "@application/roundwindows",
"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.10.1",
"solid-js": "1.9.11"
},
"devDependencies": {
"@playform/build": "0.3.0",
"@tauri-apps/cli": "2.10.1",
"@types/node": "25.5.0",
"autoprefixer": "10.4.27",
"cssnano": "7.1.3",
"cssnano-preset-advanced": "7.0.11",
"postcss": "8.5.8",
"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.3",
"tailwindcss": "3.4.19",
"vite": "8.0.1",
"vite-plugin-solid": "2.11.11"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}