forked from 1j01/jspaint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) 路 2.11 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) 路 2.11 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "jspaint-max",
"productName": "JS Paint",
"private": true,
"version": "0.1.0",
"description": "Revamped JS Paint",
"license": "MIT",
"keywords": [
"paint",
"jspaint",
"jspaint-max",
"mspaint",
"ms-paint",
"microsoft-paint",
"paintbrush",
"drawing",
"draw",
"create",
"image",
"picture",
"editor",
"edit",
"canvas",
"app",
"web-app",
"remake",
"recreation",
"clone",
"image-editing",
"image-editor",
"image-manipulation",
"raster",
"graphics",
"graphics-editing",
"graphics-editor",
"retro",
"vaporwave",
"aesthetic",
"nostalgia",
"90s",
"1990s",
"windows",
"windows-95",
"windows-98",
"windows-2000",
"windows-xp",
"windows-vista",
"desktop-app",
"pwa",
"progressive-web-app",
"98.css",
"os-gui",
"98.js.org",
"palette",
"color-picker",
"color-palette",
"png",
"tiff",
"jpeg",
"bmp",
"bitmap"
],
"homepage": "https://github.com/maxtron95/jspaint-max",
"author": "maxtron95 (https://github.com/maxtron95)",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-opener": "^2",
"argparse": "^3.0.0",
"lookpath": "^1.2.3",
"wallpaper": "^7.3.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@tauri-apps/cli": "^2",
"@types/dom-speech-recognition": "^0.0.12",
"@types/jquery": "^4.0.1",
"@types/wicg-file-system-access": "^2023.10.7",
"@types/youtube": "^0.3.0",
"cspell-cli": "^10.0.1",
"cypress": "^15.20.1",
"eslint": "^10.8.1",
"glob": "^13.0.6",
"globals": "^17.11.0",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"os-gui": "0.7.3",
"rtlcss": "^4.3.0",
"start-server-and-test": "^3.0.12",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}