57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "@vizonweb/root",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"clean": "lerna run clean",
|
|
"docker-compose": "docker-compose -f docker-compose.local.yml",
|
|
"docker:down:clean": "npm run -s docker:down -- --rmi all -v",
|
|
"docker:down": "npm run -s docker-compose -- down",
|
|
"docker:logs": "npm run -s docker-compose -- logs",
|
|
"docker:logs:follow": "npm run -s docker:logs -- -f",
|
|
"docker:restart": "npm run -s docker-compose -- restart",
|
|
"docker:up:daemon": "npm run -s docker:up -- -d",
|
|
"docker:up": "npm run -s docker-compose -- up --build",
|
|
"docker": "npm run -s docker:up",
|
|
"lerna": "lerna",
|
|
"lint": "eslint .",
|
|
"postinstall": "lerna bootstrap --hoist",
|
|
"start": "cd packages/backend && npm run start",
|
|
"test:coverage": "lerna run test:coverage",
|
|
"test:watch": "lerna run test:watch",
|
|
"test": "lerna run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.icedream.tech:2222/icedream/vizon-countdown-website.git"
|
|
},
|
|
"keywords": [
|
|
"website",
|
|
"vizon",
|
|
"rizon",
|
|
"draw",
|
|
"countdown"
|
|
],
|
|
"author": "Carl Kittelberger <icedream@icedream.pw>",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.1.2",
|
|
"chalk": "^2.1.0",
|
|
"eslint": "^4.5.0",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-plugin-babel": "^4.1.2",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-json": "^1.2.0",
|
|
"eslint-plugin-jsx-a11y": "5.x",
|
|
"eslint-plugin-react": "^7.3.0",
|
|
"lerna": "^2.1.0",
|
|
"nodemon": "^1.11.0",
|
|
"rimraf": "^2.6.1",
|
|
"slash": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"moment-timezone": "^0.5.13"
|
|
}
|
|
}
|