-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 939 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 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
{
"name": "InstantWebsite",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@figma/plugin-typings": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.16.1.tgz",
"integrity": "sha512-8zJHr0UASf2eDBGW/jNV1PLB1FqNyMpy1Z7v5XODHUEDkoXO/UBfeRohx0SqIz44z/0eSG4youSzYUZoZbdeqg==",
"dev": true
},
"figma-plugin-ds": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/figma-plugin-ds/-/figma-plugin-ds-0.1.8.tgz",
"integrity": "sha512-Uyq6H7JPI5me6okR0calUjW7EPwO5KCuxRwn86CJKoivULjooKIaVF83JcgKZzFod18oK6SJzVnlqFw11MfUcg=="
},
"typescript": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg=="
}
}
}