-
-
Notifications
You must be signed in to change notification settings - Fork 724
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "babel-runtime",
"version": "6.23.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@frontity/flat-theme": {
"version": "file:packages/flat-theme",
"requires": {
"@frontity/components": "^1.3.0",
"@frontity/html2react": "^1.3.0",
"frontity": "^1.5.2",
"react-spinners": "^0.5.4",
"react-spring": "8.0.27"
}
},
"babel-template": {
"version": "6.25.0",
"resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.25.0.tgz",
"integrity": "sha1-ZlJBFmt8KqTGGdceGSlpVSsQwHE=",
"dev": true,
"requires": {
"babel-runtime": "6.25.0",
"babel-traverse": "6.25.0",
"babel-types": "6.25.0",
"babylon": "6.18.0",
"lodash": "4.17.4"
}
},
"to-fast-properties": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
"integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
"dev": true
}
}
}