-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.23 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
{
"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.0.3",
"solid-js": "1.9.3"
},
"devDependencies": {
"@playform/build": "0.1.8",
"@tauri-apps/cli": "2.0.4",
"@types/node": "22.8.6",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
"postcss": "8.4.47",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.14",
"vite": "5.4.10",
"vite-plugin-solid": "2.10.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}