-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 939 Bytes
/
package.json
File metadata and controls
executable file
·28 lines (28 loc) · 939 Bytes
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
{
"dependencies": {
"@taufik-nurrohman/document": "^1.5.3",
"@taufik-nurrohman/event": "^1.0.1",
"@taufik-nurrohman/from": "^1.1.0",
"@taufik-nurrohman/hook": "^1.2.2",
"@taufik-nurrohman/is": "^1.0.5",
"@taufik-nurrohman/key": "^3.1.4",
"@taufik-nurrohman/option-picker": "^2.2.10",
"@taufik-nurrohman/tag-picker": "^4.2.10",
"@taufik-nurrohman/tag-picker.sort": "^1.0.2",
"@taufik-nurrohman/text-editor": "^4.2.9",
"@taufik-nurrohman/text-editor.history": "^4.1.5",
"@taufik-nurrohman/text-editor.key": "^1.0.12",
"@taufik-nurrohman/text-editor.source": "^3.0.5",
"@taufik-nurrohman/tick": "^2.1.1",
"@taufik-nurrohman/to": "^1.2.0",
"siema": "^1.5.1"
},
"devDependencies": {
"@taufik-nurrohman/factory": "^2.3.1"
},
"private": true,
"scripts": {
"pack": "pack --clean=false --from=.factory --js-format=iife --js-name=_ --to=."
},
"type": "module"
}