2020-12-09 07:32:35 +00:00
|
|
|
{
|
2021-07-31 11:03:29 +00:00
|
|
|
"homepage": "https://pk-webs.spectralitree.com",
|
2021-10-03 14:40:25 +00:00
|
|
|
"name": "pk-webs",
|
|
|
|
"version": "0.1.2",
|
2020-12-09 07:32:35 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-12-10 23:53:43 +00:00
|
|
|
"@hookform/resolvers": "^1.1.2",
|
2020-12-13 02:17:44 +00:00
|
|
|
"@material-ui/core": "^4.11.2",
|
|
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
2020-12-09 07:32:35 +00:00
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
2020-12-10 23:53:43 +00:00
|
|
|
"autosize": "^4.0.2",
|
2020-12-09 09:13:26 +00:00
|
|
|
"bootstrap": "^4.5.3",
|
|
|
|
"discord-markdown": "^2.4.1",
|
2020-12-10 23:53:43 +00:00
|
|
|
"moment": "^2.29.1",
|
2020-12-11 15:35:25 +00:00
|
|
|
"moment-timezone": "^0.5.32",
|
2020-12-09 09:13:26 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-12-09 16:45:11 +00:00
|
|
|
"node-sass": "^4.14.1",
|
2020-12-09 07:32:35 +00:00
|
|
|
"react": "^17.0.1",
|
2020-12-09 09:13:26 +00:00
|
|
|
"react-bootstrap": "^1.4.0",
|
2020-12-09 07:32:35 +00:00
|
|
|
"react-dom": "^17.0.1",
|
2021-04-13 18:46:43 +00:00
|
|
|
"react-hook-form": "^7.0.7",
|
2020-12-09 09:13:26 +00:00
|
|
|
"react-icons": "^4.1.0",
|
2020-12-13 02:17:44 +00:00
|
|
|
"react-lazyload": "^3.1.0",
|
2020-12-10 23:53:43 +00:00
|
|
|
"react-moment": "^1.0.0",
|
2020-12-09 09:13:26 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-12-09 07:32:35 +00:00
|
|
|
"react-scripts": "4.0.1",
|
2020-12-09 16:45:11 +00:00
|
|
|
"react-toggle": "^4.1.1",
|
2020-12-12 18:19:22 +00:00
|
|
|
"reactjs-popup": "^2.0.4",
|
2020-12-10 23:53:43 +00:00
|
|
|
"web-vitals": "^0.2.4",
|
|
|
|
"yup": "^0.32.8"
|
2020-12-09 07:32:35 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-12-09 08:15:55 +00:00
|
|
|
"predeploy": "npm run build",
|
|
|
|
"deploy": "gh-pages -d build",
|
2020-12-09 07:32:35 +00:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2020-12-09 08:15:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gh-pages": "^3.1.0"
|
2021-06-26 17:36:25 +00:00
|
|
|
},
|
|
|
|
"description": "A web interface for [pluralkit](https://pluralkit.me/).\r Check it out at https://spectralitree.github.io/pk-webs/",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Spectralitree/pk-webs.git"
|
|
|
|
},
|
|
|
|
"author": "Spectralitree",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Spectralitree/pk-webs/issues"
|
2020-12-09 07:32:35 +00:00
|
|
|
}
|
|
|
|
}
|