-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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": "@codeeditorland/wind",
"version": "0.0.1",
"private": false,
"description": "🌬️ Wind —",
"keywords": [
"typescript",
"solid",
"monaco",
"wind",
"codeeditorland",
"playform"
],
"homepage": "HTTPS://github.com/CodeEditorLand/Wind#readme",
"bugs": {
"url": "HTTPS://github.com/CodeEditorLand/Wind/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Wind.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/Open@Editor.Land",
"url": "HTTPS://Editor.Land"
},
"type": "module",
"scripts": {
"Run": "Build 'Source/**/*.{ts,tsx}' --ESBuild Source/Variable/ESBuild.ts --Watch",
"prepublishOnly": "Build 'Source/**/*.{ts,tsx}' --ESBuild Source/Variable/ESBuild.ts"
},
"dependencies": {
"@codeeditorland/common": "0.0.6",
"@modular-forms/solid": "0.25.0",
"@types/store": "2.0.5",
"deepmerge-ts": "7.1.3",
"esbuild-plugin-solid": "0.6.0",
"monaco-editor": "0.52.2",
"monaco-themes": "0.4.4",
"solid-devtools": "0.33.0",
"solid-js": "1.9.4",
"store": "2.0.12",
"tippy.js": "6.3.7",
"vite-plugin-node-polyfills": "0.22.0",
"zod": "3.24.1"
},
"devDependencies": {
"@playform/build": "0.2.1",
"esbuild-plugin-copy": "2.1.1"
}
}