Skip to content

Commit

Permalink
Merge pull request #150 from jphacks/feature/149
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran350 authored Oct 22, 2022
2 parents 2dead03 + 3f4e704 commit 43f015e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 260 deletions.
27 changes: 20 additions & 7 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"private": true,
"version": "1.0.0-SNAPSHOT",
"main": "dist-electron/electron/main/app.js",
"name": "smartpointer",
"productName": "smartpointer",
"description": "手元のスマホをリモコン化する、共同プレゼンテーション支援ツール",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "tsc && vite build",
Expand All @@ -12,21 +15,35 @@
"check:format": "prettier src electron link.html --check",
"check:type": "tsc"
},
"build": {
"productName": "smartpointer",
"appId": "dev.abelab.smartpointer",
"mac": {
"artifactName": "${productName}-${version}-osx.${ext}",
"category": "public.app-category.productivity",
"target": [
"dmg",
"zip"
]
}
},
"dependencies": {
"@chakra-ui/react": "2.3.6",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@heroicons/react": "^2.0.12",
"@nut-tree/nut-js": "^2.3.0",
"@react-hook/window-size": "3.1.1",
"@stomp/stompjs": "^6.1.2",
"axios": "^1.1.3",
"framer-motion": "7.6.1",
"qrcode": "^1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sockjs-client": "^1.6.1"
},
"devDependencies": {
"@nut-tree/nut-js": "^2.3.0",
"@openapitools/openapi-generator-cli": "2.5.2",
"@stomp/stompjs": "^6.1.2",
"@tsconfig/strictest": "^1.0.2",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.21",
Expand All @@ -36,7 +53,6 @@
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@vitejs/plugin-react": "2.1.0",
"axios": "^1.1.3",
"cross-env": "^7.0.3",
"electron": "^21.1.1",
"electron-builder": "^23.3.3",
Expand All @@ -48,15 +64,12 @@
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"msw": "0.47.4",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"qrcode": "^1.5.1",
"typescript": "4.8.4",
"vite": "3.1.8",
"vite-electron-plugin": "^0.4.6",
"vite-plugin-electron-renderer": "^0.10.1",
"ws": "^8.9.0"
"vite-plugin-electron-renderer": "^0.10.1"
},
"debug": {
"env": {
Expand Down
Loading

0 comments on commit 43f015e

Please sign in to comment.