45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "Notica",
|
|
"version": "1.0.0",
|
|
"description": "Send browser notifications from your terminal. No installation. No registration.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tannercollin/Notica"
|
|
},
|
|
"scripts": {
|
|
"dev": "node serverdev.js",
|
|
"build": "webpack --config ./webpack.production.config.js --profile --display-error-details --no-color",
|
|
"start": "npm run build && node server.js",
|
|
"lint": "eslint src"
|
|
},
|
|
"author": "Tanner Collin (http://github.com/tannercollin)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.21.0",
|
|
"babel-eslint": "^3.1.9",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-plugin-transform-react-constant-elements": "^6.9.1",
|
|
"babel-plugin-transform-react-inline-elements": "^6.8.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-es2016": "^6.16.0",
|
|
"babel-preset-es2017": "^6.16.0",
|
|
"babel-preset-latest": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"eslint-plugin-react": "^2.3.0",
|
|
"react-hot-loader": "^1.2.7",
|
|
"webpack": "^1.9.6",
|
|
"webpack-dev-server": "^1.8.2"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"freezer-js": "^0.6.0",
|
|
"moment": "^2.17.1",
|
|
"qrcode.react": "^0.6.1",
|
|
"react": "^0.13.0",
|
|
"react-router": "^2.0.0",
|
|
"shortid": "^2.2.6",
|
|
"socket.io": "^1.7.2",
|
|
"socket.io-client": "^1.7.2"
|
|
}
|
|
}
|