{ "name": "personal-security-checklist-docs", "version": "1.0.0", "description": "The documentation site for code related to the personal-security-checklist repo", "main": "server.js", "scripts": { "start": "open index.html", "serve": "node server.js", "build": "webpack", "dev": "webpack-dev-server", "test": "echo \"Error: Specific tests are yet to be specified\" && exit 0", "clean": "git clean -x && rm -r dist", "postinstall": "webpack" }, "keywords": [ "voroni", "d3", "demo", "lissy93", "security", "personal-security", "cyber-security", "checklist" ], "author": "Alicia Sykes", "license": "MIT", "devDependencies": { "@babel/core": "^7.0.0-beta.49", "@babel/preset-env": "^7.0.0-beta.49", "@babel/preset-es2016": "^7.0.0-beta.49", "babel-loader": "^8.0.0-beta.3", "copy-webpack-plugin": "^4.5.1", "css-loader": "^0.28.11", "favicons-webpack-plugin": "0.0.9", "handlebars-webpack-plugin": "^1.4.2", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.4.0", "node-sass": "^4.9.0", "optimize-css-assets-webpack-plugin": "^4.0.2", "sass-loader": "^7.0.1", "style-loader": "^0.21.0", "ts-loader": "^4.3.0", "typescript": "^2.9.1", "webpack": "^4.11.1", "webpack-cli": "^3.0.2" }, "dependencies": { "bulma": "^0.7.1", "connect": "^3.6.6", "d3": "^5.4.0", "docsify": "^4.6.10", "font-awesome": "^4.7.0", "raleway-webfont": "^3.0.1", "serve-static": "^1.13.2" } }