-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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/water",
"version": "0.0.0",
"private": false,
"description": "💦 Water —",
"keywords": [
"typescript",
"solid",
"monaco",
"water",
"codeeditorland",
"playform"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Water#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/Water/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Water.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "🖋️ Source — 👐🏻 Open —",
"email": "Source/[email protected]",
"url": "HTTPS://Editor.Land"
},
"type": "module",
"scripts": {
"prepublishOnly": "Build 'Source/**/*.{ts,tsx}'"
},
"dependencies": {
"@codeeditorland/common": "0.0.6",
"@modular-forms/solid": "0.25.1",
"@solid-primitives/event-listener": "2.4.0",
"@solid-primitives/websocket": "1.3.0",
"@types/store": "2.0.5",
"@typescript-eslint/eslint-plugin": "8.26.1",
"@typescript-eslint/parser": "8.26.1",
"monaco-editor": "0.52.2",
"monaco-themes": "0.4.4",
"solid-devtools": "0.33.0",
"solid-js": "1.9.5",
"store": "2.0.12",
"tippy.js": "6.3.7",
"vite-plugin-node-polyfills": "0.23.0",
"zod": "3.24.2"
},
"devDependencies": {
"@playform/build": "0.2.1"
}
}