-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "music",
"version": "1.0.0",
"private": true,
"description": "Life is Tech!な音楽をまとめた\"非公式\"リポジトリ",
"homepage": "https://lit-kansai-members.github.io/music/",
"bugs": {
"url": "https://github.com/lit-kansai-members/music/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:lit-kansai-members/music.git"
},
"license": "ISC",
"author": "",
"main": "README.md",
"scripts": {
"test": "parcel serve src/pug/index.pug --out-dir build",
"build": "parcel build src/pug/index.pug --no-minify --out-dir build --public-url '.'",
"format": "prettier --write .",
"check": "npm-run-all check:*",
"check:format": "prettier --check ."
},
"dependencies": {
"sweet-scroll": "4.0.0"
},
"devDependencies": {
"@prettier/plugin-pug": "1.17.3",
"js-yaml": "4.1.0",
"marked": "14.1.3",
"npm-run-all2": "7.0.1",
"parcel-bundler": "1.12.5",
"prettier": "2.8.8",
"pug": "3.0.3",
"sass": "1.80.6"
}
}