change file structure
This commit is contained in:
15989
ChartMelonPlayer/package-lock.json
generated
15989
ChartMelonPlayer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
29481
ChartPlayer/ChartMelonPlayer/package-lock.json
generated
Normal file
29481
ChartPlayer/ChartMelonPlayer/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "manga-viewer",
|
||||
"name": "chartmelonplayer",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"antd": "^3.25.1",
|
||||
"antd": "^5.26.5",
|
||||
"electron-is-dev": "^1.1.0",
|
||||
"emotion": "^10.0.23",
|
||||
"frameless-titlebar": "^1.0.8",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-scripts": "3.2.0"
|
||||
"react-scripts": "^5.0.1"
|
||||
},
|
||||
"main": "public/electron.js",
|
||||
"scripts": {
|
||||
@@ -18,7 +18,7 @@
|
||||
"test": "rescripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"api": "cd src/lib && go run Apiserve.go",
|
||||
"app": "concurrently \"yarn api\" \"yarn start\" \"wait-on http://localhost:3000 && electron .\""
|
||||
"app": "concurrently \"npm run api\" \"npm run start\" \"wait-on http://localhost:3000 && electron .\""
|
||||
},
|
||||
"eslintConfig": {
|
||||
"parser": "babel-eslint",
|
||||
@@ -51,21 +51,21 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rescripts/cli": "^0.0.13",
|
||||
"@rescripts/cli": "^0.0.3",
|
||||
"@rescripts/rescript-env": "^0.0.11",
|
||||
"axios": "^0.19.0",
|
||||
"axios": "^1.10.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"concurrently": "^5.0.0",
|
||||
"electron": "^7.1.1",
|
||||
"electron-builder": "^22.1.0",
|
||||
"electron": "^37.2.1",
|
||||
"electron-builder": "^26.0.12",
|
||||
"eslint": "6.1.0",
|
||||
"eslint-config-airbnb": "18.0.1",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
"eslint-plugin-react": "7.14.3",
|
||||
"eslint-plugin-react-hooks": "1.7.0",
|
||||
"prettier-eslint": "^9.0.0",
|
||||
"prettier-eslint": "^16.4.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"wait-on": "^3.3.0"
|
||||
"wait-on": "^8.0.3"
|
||||
}
|
||||
}
|
||||
13477
ChartPlayer/ChartMelonPlayer/yarn.lock
Normal file
13477
ChartPlayer/ChartMelonPlayer/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user