-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 965 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
30
31
32
33
{
"name": "PopupMC.github.io",
"version": "1.0.0",
"description": "Website powered by Github",
"main": "index.js",
"scripts": {
"sass": "sass --no-source-map --style=compressed src/_scss/styles.scss src/css/bundle.css",
"watch:eleventy": "eleventy --serve",
"watch:sass": "npm run sass --no-source-map -- --watch",
"start": "npm-run-all sass --parallel watch:*",
"build": "npm run sass && eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PopupMC/PopupMC.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PopupMC/PopupMC.github.io/issues"
},
"homepage": "https://github.com/PopupMC/PopupMC.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@11ty/eleventy-cache-assets": "^2.1.0",
"@11ty/eleventy-img": "^0.8.3",
"sass": "^1.32.8"
}
}