You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
46 lines
1.0 KiB
{
|
|
"name": "bilibili-live-info",
|
|
"version": "1.0.0",
|
|
"author": "YUKARI FAN CLUB <admin@yukari.top> (https://yukari.top)",
|
|
"license": "MIT",
|
|
"repository": "github:YUKARI-FAN-CLUB/bilibili-live-info",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"backend": "node src/backend/main.js",
|
|
"build-backend": "tsc src/backend/main.ts --module 'node16'"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.57.1"
|
|
}
|
|
}
|