BoostNote-App/package.json
2019-10-29 14:05:03 +09:00

146 lines
4.6 KiB
JSON

{
"name": "boost",
"productName": "Boost",
"version": "0.1.0",
"description": "A Polished Notes App with Github Flavored Markdown",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/BoostIO/boost.git"
},
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack-dev-server --mode development --open-page \"app\"",
"start-dev": "NODE_ENV=development electron app/index.js",
"compile": "NODE_ENV=production webpack --config webpack.config.js --progress",
"analyze": "NODE_ENV=production webpack --config webpack.config.js --json | webpack-bundle-size-analyzer",
"pack": "env-cmd ./.env build --dir",
"dist": "env-cmd ./.env build",
"shasum": "shasum -a 256 dist/mac/Inpad-$npm_package_version.dmg",
"lint": "eslint src/**/*.ts{,x}",
"format": "prettier --write \"src/**/*\"",
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --mode production",
"test": "jest -c jest.json",
"test:watch": "jest -c jest.json --watch",
"tsc": "tsc --watch --noEmit",
"rebuild": "electron-rebuild"
},
"keywords": [
"markdown",
"snippet",
"notes",
"gfm"
],
"author": "Junyoung Choi <fluke8259@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@testing-library/react-hooks": "^2.0.1",
"@types/codemirror": "0.0.77",
"@types/filenamify": "^2.0.2",
"@types/html-webpack-plugin": "^3.2.1",
"@types/jest": "^23.3.14",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.5",
"@types/prettier": "^1.18.2",
"@types/ramda": "^0.25.51",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-hot-loader": "^4.1.0",
"@types/shortid": "0.0.29",
"@types/styled-components": "^4.1.19",
"@types/webpack": "^4.39.1",
"@types/webpack-dev-server": "^3.1.7",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"babel-jest": "^24.9.0",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"json-loader": "^0.5.7",
"prettier": "^1.18.2",
"react-hot-loader": "^4.12.13",
"react-test-renderer": "^16.9.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"type-fest": "^0.7.1",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@mdi/js": "^4.4.95",
"@mdi/react": "^1.2.1",
"@types/pouchdb-adapter-http": "^6.1.3",
"@types/pouchdb-adapter-idb": "^6.1.3",
"@types/pouchdb-adapter-memory": "^6.1.3",
"@types/pouchdb-core": "^7.0.3",
"@types/pouchdb-mapreduce": "^6.1.4",
"@types/pouchdb-replication": "^6.4.2",
"classcat": "^4.0.2",
"codemirror": "^5.49.0",
"filenamify": "^2.1.0",
"hast-util-sanitize": "^2.0.1",
"hast-util-to-text": "^1.0.1",
"hastscript": "^5.1.0",
"immer": "^3.3.0",
"lodash": "^4.17.15",
"ltstrg": "^1.0.1",
"mdast-util-to-string": "^1.0.6",
"ow": "^0.13.2",
"path-to-regexp": "^2.4.0",
"pouchdb-adapter-http": "^7.1.1",
"pouchdb-adapter-idb": "^7.1.1",
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-core": "^7.1.1",
"pouchdb-find": "^7.1.1",
"pouchdb-mapreduce": "^7.1.1",
"pouchdb-replication": "^7.1.1",
"ramda": "^0.26.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rehype-raw": "^4.0.1",
"rehype-react": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"shortid": "^2.2.15",
"styled-components": "^4.3.2",
"typescript": "^3.6.3",
"unified": "^8.4.0",
"unist-util-visit": "^2.0.0",
"use-force-update": "^1.0.7"
},
"build": {
"appId": "com.electron.Boost",
"copyright": "Copyright © 2016-2017 BoostIO",
"category": "public.app-category.productivity",
"files": [
"app",
"compiled",
"resources",
"node_modules"
],
"asar": true,
"mac": {
"category": "public.app-category.productivity",
"target": "dmg",
"icon": "resources/icon.icns"
}
}
}