-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 886 Bytes
/
package.json
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
{
"name": "hugo-phi",
"version": "1.0.0",
"description": "A phi powered, harmonic theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-phi/hugo-phi.git"
},
"author": "y5c4l3 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-phi/hugo-phi/issues"
},
"homepage": "https://github.com/y-phi/hugo-phi#readme",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-member-expression-literals": "^7.24.7",
"@babel/plugin-transform-property-literals": "^7.24.7",
"@babel/plugin-transform-property-mutators": "^7.24.7",
"@babel/plugin-transform-reserved-words": "^7.24.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.24.8"
}
}