You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
4.8 KiB

8 years ago
{
"name": "sprinklers3",
"version": "0.0.1",
8 years ago
"private": true,
"description": "A SPA web app for mqtt based IoT sprinklers systems",
"bin": "./bin/sprinklers3",
"main": "./bin/sprinklers3",
8 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./dist ./build ./public",
"build:client": "webpack --config ./client/webpack.config.js --env production",
"build:server": "tsc --build server",
"build": "run-p build:*",
"watch:client": "yarn build:client --watch",
"watch:server": "yarn build:server --watch",
"start:dev-server": "webpack-dev-server --config ./client/webpack.config.js --env development",
"start": "node . serve",
"start:pretty": "node . serve | node . pretty",
"start:nodemon": "nodemon --delay 0.5 --exec \"node . serve | node . pretty\"",
"start:watch": "run-p watch:server start:nodemon",
"start:dev": "run-p start:dev-server start:watch",
"lint:client": "tslint --project client --force --format verbose",
"lint:server": "tslint --project server --force --format verbose",
"lint": "run-p lint:*"
8 years ago
},
"files": [
"paths.js",
"dist",
"public"
],
8 years ago
"repository": {
"type": "git",
"url": "git+https://github.com/amikhalev/sprinklers3.git"
},
"author": "Alex Mikhalev <alexmikhalevalex@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amikhalev/sprinklers3/issues"
},
"homepage": "https://github.com/amikhalev/sprinklers3#readme",
"oclif": {
"title": "sprinklers3",
"commands": "./dist/commands"
},
"dependencies": {
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.4",
"@oclif/plugin-help": "^2.1.1",
"@types/pino-http": "^4.0.2",
"@types/split2": "^2.1.6",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cli-ux": "^5.3.1",
"express": "^4.16.3",
"express-promise-router": "^3.0.3",
"globby": "^10.0.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mobx": "^5.1.0",
"mobx-utils": "^5.0.1",
"module-alias": "^2.1.0",
"moment": "^2.22.2",
"mqtt": "^3.0.0",
"pg": "^7.4.3",
"pino": "^5.4.0",
"pino-http": "^4.2.0",
"pump": "^3.0.0",
"reflect-metadata": "^0.1.12",
"serializr": "^1.3.0",
"split2": "^3.0.0",
"terser-webpack-plugin": "^1.3.0",
"through2": "^3.0.1",
"typeorm": "^0.2.7",
"ws": "^7.1.1"
},
"devDependencies": {
"@types/async": "^3.0.0",
"@types/bcrypt": "^3.0.0",
"@types/classnames": "^2.2.6",
"@types/core-js": "^2.5.0",
"@types/express": "^4.16.0",
"@types/jsonwebtoken": "^8.3.2",
"@types/lodash": "^4.14.116",
"@types/module-alias": "^2.0.0",
"@types/node": "^11.11.3",
"@types/object-assign": "^4.0.30",
"@types/pino": "^5.20.0",
"@types/prop-types": "^15.5.5",
"@types/pump": "^1.0.1",
"@types/query-string": "^6.1.0",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-hot-loader": "^4.1.0",
"@types/react-router-dom": "^4.3.0",
"@types/react-sortable-hoc": "^0.6.4",
"@types/through2": "^2.0.33",
"@types/webpack-env": "^1.13.6",
"@types/ws": "^6.0.0",
"async": "^3.1.0",
"autoprefixer": "^9.1.3",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"classnames": "^2.2.6",
"css-loader": "^3.1.0",
"dotenv": "^8.0.0",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^4.1.0",
"font-awesome": "^4.7.0",
"fork-ts-checker-webpack-plugin": "^1.4.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"mobx-react": "^6.1.1",
"mobx-react-devtools": "^6.0.3",
"mobx-react-router": "^4.0.4",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3",
"object-assign": "^4.1.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"promise": "^8.0.1",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"react": "^16.8.0",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.3.5",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-sortable-hoc": "^1.9.1",
"sass-loader": "^7.1.0",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.87.3",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.0",
"thread-loader": "^2.1.2",
"ts-loader": "^6.0.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-consistent-codestyle": "^1.13.3",
"tslint-react": "^4.0.0",
"typescript": "^3.0.3",
"url-loader": "^2.1.0",
"webpack": "^4.17.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.0",
"webpack-dashboard": "^3.0.7",
"webpack-dev-server": "^3.1.7"
7 years ago
}
8 years ago
}