-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 978 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 978 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
29
30
{
"name": "webtools",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/draft-js": {
"version": "0.10.12",
"resolved": "https://registry.npmjs.org/@types/draft-js/-/draft-js-0.10.12.tgz",
"integrity": "sha512-JLh/lTGp1bc37Sfnec2YyBc+OyeNPR5EA2n6gptmcghh6LyVThkHtHdOON89cw5TTiQ2+Yk7kFEW6U0Cx97EMQ==",
"dev": true,
"requires": {
"@types/react": "16.0.5",
"immutable": "3.8.1"
}
},
"@types/react": {
"version": "16.0.5",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.0.5.tgz",
"integrity": "sha512-Wo/JT6Cpl7XuLA1Ov2M2Rso4Tep7rX6h1csbqhNDaSxqeY8nxUbrDkT6vJrKVu+7tw7vmJP9libZSReV9GsG9A==",
"dev": true
},
"immutable": {
"version": "3.8.1",
"resolved": "http://registry.camelotunchained.com/immutable/-/immutable-3.8.1.tgz",
"integrity": "sha1-IAgH8Rqw9ycQ6khVQt4IgHX2jNI=",
"dev": true
}
}
}