-
- Downloads
Initial commit of new shell
Showing
- .babelrc.json 3 additions, 0 deletions.babelrc.json
- .gitignore 3 additions, 0 deletions.gitignore
- package-lock.json 3631 additions, 0 deletionspackage-lock.json
- package.json 17 additions, 0 deletionspackage.json
- src/active-shell.ts 101 additions, 0 deletionssrc/active-shell.ts
- src/background.ts 50 additions, 0 deletionssrc/background.ts
- src/components/ActivityWindow.ts 26 additions, 0 deletionssrc/components/ActivityWindow.ts
- src/components/GamesMenu.ts 20 additions, 0 deletionssrc/components/GamesMenu.ts
- src/components/MainMenu.ts 25 additions, 0 deletionssrc/components/MainMenu.ts
- src/components/MessageMenu.ts 20 additions, 0 deletionssrc/components/MessageMenu.ts
- src/lib/menu.ts 54 additions, 0 deletionssrc/lib/menu.ts
- src/lib/types.ts 10 additions, 0 deletionssrc/lib/types.ts
- src/lib/window-options.ts 39 additions, 0 deletionssrc/lib/window-options.ts
- tsconfig.json 15 additions, 0 deletionstsconfig.json
.babelrc.json
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "active-shell", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"build": "ts4s build -s src -b build", | |||
"deploy": "npm run build && eval $(cat .env) && scp -P $SSH_PORT build/*.js $SSH_USER@$SSH_HOST:$DEPLOY_PATH" | |||
}, | |||
"author": "echicken", | |||
"license": "MIT", | |||
"dependencies": { | |||
"@swag/ts4s": "git+ssh://git@gitlab.synchro.net:swag/ts4s.git#newload", | |||
"swindows": "git+ssh://git@gitlab.synchro.net:echicken/swindows.git" | |||
} | |||
} |
src/active-shell.ts
0 → 100644
src/background.ts
0 → 100644
src/components/ActivityWindow.ts
0 → 100644
src/components/GamesMenu.ts
0 → 100644
src/components/MainMenu.ts
0 → 100644
src/components/MessageMenu.ts
0 → 100644
src/lib/menu.ts
0 → 100644
src/lib/types.ts
0 → 100644
src/lib/window-options.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment