{ "name": "vizon-countdown-website", "version": "0.1.0", "description": "Website for a countdown to the next draw on VIzon", "private": true, "main": "src/index.jsx", "scripts": { "build": "nwb build-react-app ./src", "clean": "nwb clean-app", "start": "nwb serve-react-app ./src", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "lint": "eslint ." }, "repository": { "type": "git", "url": "ssh://git@git.icedream.tech:2222/icedream/vizon-countdown-website.git" }, "keywords": [ "website", "vizon", "rizon", "draw", "countdown" ], "author": "Carl Kittelberger ", "license": "UNLICENSED", "devDependencies": { "babel-eslint": "^7.2.3", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.6.0", "eslint": "^4.4.1", "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": "^6.0.2", "eslint-plugin-react": "^7.2.1", "file-loader": "^0.11.2", "nwb": "^0.18.10", "nwb-sass": "^0.8.1", "svg-inline-loader": "^0.8.0" }, "dependencies": { "moment": "^2.18.1", "normalize-scss": "^7.0.0", "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1", "react-helmet": "^5.1.3", "react-router": "^4.1.2" } }