mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-11 08:46:20 +00:00
182 lines
5.3 KiB
JSON
182 lines
5.3 KiB
JSON
{
|
|
"name": "boost",
|
|
"productName": "Boostnote",
|
|
"version": "0.11.8",
|
|
"main": "index.js",
|
|
"description": "Boostnote",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"start": "electron ./index.js",
|
|
"hot": "electron ./index.js --hot",
|
|
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
|
"compile": "grunt compile",
|
|
"test": "PWD=$(pwd) NODE_ENV=test ava --serial",
|
|
"jest": "jest",
|
|
"fix": "eslint . --fix",
|
|
"lint": "eslint .",
|
|
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
|
|
},
|
|
"config": {
|
|
"electron-version": "2.0.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/BoostIO/Boostnote.git"
|
|
},
|
|
"keywords": [
|
|
"boostnote",
|
|
"b00st",
|
|
"boostio",
|
|
"note",
|
|
"snippet",
|
|
"storage",
|
|
"electron"
|
|
],
|
|
"author": "Dick Choi <fluke8259@gmail.com> (https://github.com/Rokt33r)",
|
|
"contributors": [
|
|
"Kazu Yokomizo (https://github.com/kazup01)",
|
|
"dojineko (https://github.com/dojineko)",
|
|
"Romain Bazile (https://github.com/gromain)",
|
|
"Bruno Paz (https://github.com/brpaz)",
|
|
"Fabian Mueller (https://github.com/dotcs)",
|
|
"Yoshihisa Mochihara (https://github.com/yosmoc)",
|
|
"Mike Resoli (https://github.com/mikeres0)",
|
|
"tjado (https://github.com/tejado)",
|
|
"Sota Sugiura (https://github.com/sota1235)"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/BoostIO/Boostnote/issues"
|
|
},
|
|
"homepage": "https://boostnote.io",
|
|
"dependencies": {
|
|
"@rokt33r/markdown-it-math": "^4.0.1",
|
|
"@rokt33r/season": "^5.3.0",
|
|
"@susisu/mte-kernel": "^2.0.0",
|
|
"aws-sdk": "^2.48.0",
|
|
"aws-sdk-mobile-analytics": "^0.9.2",
|
|
"chart.js": "^2.7.2",
|
|
"codemirror": "^5.39.0",
|
|
"codemirror-mode-elixir": "^1.1.1",
|
|
"electron-config": "^0.2.1",
|
|
"electron-gh-releases": "^2.0.2",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"file-url": "^2.0.2",
|
|
"filenamify": "^2.0.0",
|
|
"flowchart.js": "^1.6.5",
|
|
"font-awesome": "^4.3.0",
|
|
"fs-extra": "^5.0.0",
|
|
"i18n-2": "^0.7.2",
|
|
"iconv-lite": "^0.4.19",
|
|
"immutable": "^3.8.1",
|
|
"js-sequence-diagrams": "^1000000.0.6",
|
|
"katex": "^0.9.0",
|
|
"lodash": "^4.11.1",
|
|
"lodash-move": "^1.1.1",
|
|
"markdown-it": "^6.0.1",
|
|
"markdown-it-admonition": "^1.0.4",
|
|
"markdown-it-emoji": "^1.1.1",
|
|
"markdown-it-footnote": "^3.0.0",
|
|
"markdown-it-imsize": "^2.0.1",
|
|
"markdown-it-kbd": "^1.1.1",
|
|
"markdown-it-multimd-table": "^2.0.1",
|
|
"markdown-it-named-headers": "^0.0.4",
|
|
"markdown-it-plantuml": "^1.1.0",
|
|
"markdown-it-smartarrows": "^1.0.1",
|
|
"mdurl": "^1.0.1",
|
|
"mermaid": "^8.0.0-rc.8",
|
|
"moment": "^2.10.3",
|
|
"mousetrap": "^1.6.1",
|
|
"mousetrap-global-bind": "^1.1.0",
|
|
"node-ipc": "^8.1.0",
|
|
"raphael": "^2.2.7",
|
|
"react": "^15.5.4",
|
|
"react-codemirror": "^0.3.0",
|
|
"react-debounce-render": "^4.0.1",
|
|
"react-dom": "^15.0.2",
|
|
"react-redux": "^4.4.5",
|
|
"react-sortable-hoc": "^0.6.7",
|
|
"redux": "^3.5.2",
|
|
"sander": "^0.5.1",
|
|
"sanitize-html": "^1.18.2",
|
|
"striptags": "^2.2.1",
|
|
"unique-slug": "2.0.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"babel-core": "^6.14.0",
|
|
"babel-jest": "^22.4.3",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-plugin-react-transform": "^2.0.0",
|
|
"babel-plugin-webpack-alias": "^2.1.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-react-hmre": "^1.0.1",
|
|
"babel-register": "^6.11.6",
|
|
"browser-env": "^3.2.5",
|
|
"concurrently": "^3.4.0",
|
|
"copy-to-clipboard": "^3.0.6",
|
|
"css-loader": "^0.19.0",
|
|
"devtron": "^1.1.0",
|
|
"dom-storage": "^2.0.2",
|
|
"electron": "2.0.3",
|
|
"electron-packager": "^6.0.0",
|
|
"eslint": "^3.13.1",
|
|
"eslint-config-standard": "^6.2.1",
|
|
"eslint-config-standard-jsx": "^3.2.0",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"faker": "^3.1.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-electron-installer": "2.1.0",
|
|
"history": "^1.17.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^22.4.3",
|
|
"jest-localstorage-mock": "^2.2.0",
|
|
"jsdom": "^9.4.2",
|
|
"json-loader": "^0.5.4",
|
|
"merge-stream": "^1.0.0",
|
|
"mock-require": "^3.0.1",
|
|
"nib": "^1.1.0",
|
|
"react-color": "^2.2.2",
|
|
"react-css-modules": "^3.7.6",
|
|
"react-input-autosize": "^1.1.0",
|
|
"react-router": "^2.4.0",
|
|
"react-router-redux": "^4.0.4",
|
|
"react-test-renderer": "^15.6.2",
|
|
"standard": "^8.4.0",
|
|
"style-loader": "^0.12.4",
|
|
"stylus": "^0.52.4",
|
|
"stylus-loader": "^2.3.1",
|
|
"webpack": "^1.12.2",
|
|
"webpack-dev-server": "^1.12.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"grunt-electron-installer-debian": "^0.2.0",
|
|
"grunt-electron-installer-redhat": "^0.3.1"
|
|
},
|
|
"optional": false,
|
|
"ava": {
|
|
"files": [
|
|
"tests/**/*-test.js"
|
|
],
|
|
"require": [
|
|
"babel-register",
|
|
"./tests/helpers/setup-browser-env.js",
|
|
"./tests/helpers/setup-electron-mock.js"
|
|
],
|
|
"babel": "inherit"
|
|
},
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
|
|
"\\.(css|less|styl)$": "identity-obj-proxy"
|
|
},
|
|
"setupFiles": [
|
|
"<rootDir>/tests/jest.js",
|
|
"jest-localstorage-mock"
|
|
]
|
|
}
|
|
}
|