mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"name": "boost",
|
|
"version": "0.5.1",
|
|
"description": "Boostnote",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "electron ./index.js",
|
|
"hot": "electron ./index.js --hot",
|
|
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js"
|
|
},
|
|
"config": {
|
|
"electron-version": "0.35.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rokt33r/codexen-app.git"
|
|
},
|
|
"keywords": [
|
|
"boostnote",
|
|
"b00st",
|
|
"boostio",
|
|
"note",
|
|
"snippet",
|
|
"storage",
|
|
"electron"
|
|
],
|
|
"author": "Dick Choi <fluke8259@gmail.com> (http://kazup.co)",
|
|
"bugs": {
|
|
"url": "https://github.com/Rokt33r/codexen-app/issues"
|
|
},
|
|
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
|
|
"dependencies": {
|
|
"@rokt33r/node-ipc": "^5.0.4",
|
|
"@rokt33r/sanitize-html": "^1.11.2",
|
|
"devicon": "^2.0.0",
|
|
"electron-gh-releases": "^2.0.2",
|
|
"font-awesome": "^4.3.0",
|
|
"fs-jetpack": "^0.7.0",
|
|
"highlight.js": "^8.9.1",
|
|
"lodash": "^3.10.1",
|
|
"markdown-it": "^4.4.0",
|
|
"markdown-it-emoji": "^1.1.0",
|
|
"markdown-it-math": "^3.0.2",
|
|
"md5": "^2.0.0",
|
|
"moment": "^2.10.3",
|
|
"superagent": "^1.2.0",
|
|
"superagent-promise": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.3.26",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-plugin-react-transform": "^2.0.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babel-preset-react-hmre": "^1.0.1",
|
|
"css-loader": "^0.19.0",
|
|
"electron-packager": "^5.1.0",
|
|
"electron-prebuilt": "^0.35.1",
|
|
"electron-release": "^2.2.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-electron-installer": "^1.2.0",
|
|
"history": "^1.17.0",
|
|
"nib": "^1.1.0",
|
|
"react": "^0.14.3",
|
|
"react-dom": "^0.14.3",
|
|
"react-redux": "^4.0.6",
|
|
"redux": "^3.0.5",
|
|
"standard": "^5.3.1",
|
|
"style-loader": "^0.12.4",
|
|
"stylus": "^0.52.4",
|
|
"stylus-loader": "^1.3.1",
|
|
"webpack": "^1.12.2",
|
|
"webpack-dev-server": "^1.12.0"
|
|
},
|
|
"optionalDependencies": {},
|
|
"standard": {
|
|
"ignore": [],
|
|
"globals": [
|
|
"localStorage"
|
|
]
|
|
}
|
|
}
|