|
| 1 | +{ |
| 2 | + "name": "open-kakaotalk-electron", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Open KakaoTalk made with electron", |
| 5 | + "main": "init/index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "node_modules/.bin/electron ./testing/index.js", |
| 8 | + "start": "node_modules/.bin/electron ./init/index.js", |
| 9 | + "dev:electron": "node_modules/.bin/electron ./init/dev.js", |
| 10 | + "dev:rollup": "node_modules/.bin/rollup -c", |
| 11 | + "dev": "npm run dev:rollup && npm run dev:electron", |
| 12 | + "build": "npm run build:rollup && npm run build:electron", |
| 13 | + "build:electron": "node index.js", |
| 14 | + "build:rollup": "node_modules/.bin/rollup -c", |
| 15 | + "postinstall": "node_modules/.bin/patch-package", |
| 16 | + "fix": "node_modules/.bin/eslint --fix src/**/*" |
| 17 | + }, |
| 18 | + "eslintConfig": { |
| 19 | + "extends": "react-app" |
| 20 | + }, |
| 21 | + "author": "storycraft", |
| 22 | + "window": { |
| 23 | + "id": "open-kakao-talk" |
| 24 | + }, |
| 25 | + "domain": "openkakaotalk", |
| 26 | + "license": "GPL-3.0-or-later", |
| 27 | + "devDependencies": { |
| 28 | + "@rollup/plugin-commonjs": "^17.1.0", |
| 29 | + "@rollup/plugin-json": "^4.1.0", |
| 30 | + "@rollup/plugin-node-resolve": "^11.2.0", |
| 31 | + "@rollup/plugin-typescript": "^8.2.0", |
| 32 | + "@rollup/plugin-url": "^6.0.0", |
| 33 | + "@types/node": "^14.14.31", |
| 34 | + "@types/react": "^17.0.2", |
| 35 | + "@types/react-dom": "^17.0.1", |
| 36 | + "@types/styled-components": "^5.1.7", |
| 37 | + "@typescript-eslint/eslint-plugin": "^4.15.2", |
| 38 | + "@typescript-eslint/parser": "^4.15.2", |
| 39 | + "concurrently": "^6.0.0", |
| 40 | + "electron-devtools-installer": "^3.1.1", |
| 41 | + "eslint": "^7.20.0", |
| 42 | + "eslint-config-google": "^0.14.0", |
| 43 | + "eslint-config-prettier": "^8.1.0", |
| 44 | + "mocha": "^8.3.0", |
| 45 | + "patch-package": "^6.2.2", |
| 46 | + "rollup": "^2.40.0", |
| 47 | + "ts-node": "^9.1.1", |
| 48 | + "typescript": "^4.2.2" |
| 49 | + }, |
| 50 | + "dependencies": { |
| 51 | + "electron": "^11.3.0", |
| 52 | + "nedb": "^1.8.0", |
| 53 | + "node-kakao": "^4.0.6", |
| 54 | + "react": "^17.0.1", |
| 55 | + "react-async": "^10.0.1", |
| 56 | + "react-dom": "^17.0.1", |
| 57 | + "styled-components": "^5.2.1" |
| 58 | + } |
| 59 | +} |
0 commit comments