-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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": "nerddis.co",
"version": "1.0.0",
"description": "The website of NERDDISCO",
"main": "index.js",
"dependencies": {
"autoprefixer": "^9.7.6",
"concurrently": "^5.2.0",
"postcss-cli": "^7.1.0",
"postcss-import": "^12.0.1",
"pwa-helper-components": "^0.2.10",
"woff2base64": "^2.0.0",
"workbox-cli": "^5.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm:watch:hugo\" \"npm:watch:workbox\"",
"dev": "HUGO_ENV=development hugo server -p 1313 -D --disableFastRender",
"watch:hugo": "hugo server -p 1313 -D --renderStaticToDisk -d public --minify --disableFastRender",
"watch:workbox": "workbox generateSW workbox-config.js --watch",
"build": "workbox generateSW workbox-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NERDDISCO/nerddis.co.git"
},
"keywords": [
"NERDDISCO"
],
"author": "NERDDISCO",
"license": "MIT",
"bugs": {
"url": "https://github.com/NERDDISCO/nerddis.co/issues"
},
"homepage": "https://github.com/NERDDISCO/nerddis.co#readme"
}