forked from charisTheo/path-to-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 882 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
{
"name": "path-to-pwa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://charistheo.github.io/path-to-pwa",
"scripts": {
"lint": "eslint --fix './**/*.js' --config '.eslintrc' --ignore-pattern 'node_modules/**'",
"start": "npx live-server ./",
"stage:1": "npx live-server ./stage-1-installable",
"stage:2": "npx live-server ./stage-2-cached",
"stage:3": "npx live-server ./stage-3-offline",
"stage:4": "npx live-server ./stage-4-push",
"deploy": "gh-pages --dist docs/ --branch gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charisTheo/path-to-pwa.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/charisTheo/path-to-pwa/issues"
},
"devDependencies": {
"eslint": "^7.20.0",
"gh-pages": "^3.1.0"
}
}