mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
Initial commit
This commit is contained in:
parent
000cc732a6
commit
fe13aaa9e2
18 changed files with 15953 additions and 40 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"homepage": "http://spectralitree.github.io/pk-web",
|
||||
"name": "pk-web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
|
|
@ -12,6 +13,8 @@
|
|||
"web-vitals": "^0.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
|
|
@ -34,5 +37,8 @@
|
|||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue