-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
42 lines (42 loc) · 1.6 KB
/
package-lock.json
File metadata and controls
42 lines (42 loc) · 1.6 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
{
"name": "@singleware/ui-editable",
"version": "1.0.14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@singleware/class": {
"version": "1.1.19",
"resolved": "https://registry.npmjs.org/@singleware/class/-/class-1.1.19.tgz",
"integrity": "sha512-WDZ+FF8Y+HCMvO3FDbl1id2AT/1GK96DQsg4ukmK3ESqudppbXXVzQe7UdaQJFpWw8yBifm+zAucUgGufXtQiQ=="
},
"@singleware/jsx": {
"version": "1.0.29",
"resolved": "https://registry.npmjs.org/@singleware/jsx/-/jsx-1.0.29.tgz",
"integrity": "sha512-ssXBr2avzzSP4JWfSV781TnhX9pownImVykiAJGYTmzKAgXZPjj8ufmkqs8jt93OexZF3LIAElOoxORt3ZX4wQ==",
"requires": {
"@singleware/class": "^1.1.14"
}
},
"@singleware/ui-control": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/@singleware/ui-control/-/ui-control-1.1.10.tgz",
"integrity": "sha512-Pe/+gSQAgvY8leqKwZQtxMCBasJ2HjNJ1LC0fxSag9vpO6fQaiOpCi+29Bq3mIlhEMzVm8i5n3IVQ+IdR8H9dg==",
"requires": {
"@singleware/class": "^1.1.14",
"@singleware/jsx": "^1.0.18"
}
},
"prettier": {
"version": "1.18.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz",
"integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==",
"dev": true
},
"typescript": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.2.tgz",
"integrity": "sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==",
"dev": true
}
}
}