mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
💥 Borderlands 3 skill planner PWA
This commit is contained in:
commit
f728676e72
32 changed files with 9488 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "pwa export --routes /about,/blog,/",
|
||||
"start": "sirv build -s",
|
||||
"watch": "pwa watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^8.3.0",
|
||||
"preact-compat": "^3.18.0",
|
||||
"preact-router": "latest",
|
||||
"sirv-cli": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pwa/cli": "latest",
|
||||
"@pwa/plugin-offline": "latest",
|
||||
"@pwa/preset-preact": "latest"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.25%",
|
||||
"last 1 version",
|
||||
"not ie_mob 11",
|
||||
"not ie 11",
|
||||
"not dead"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue