{ "name": "syna", "version": "0.17.4", "description": "Highly customizable open source theme for Hugo based static websites", "main": "static-main", "repository": "https://git.okkur.org/syna", "author": "Michael Grosser (stp-ip)", "license": "Apache", "scripts": { "postinstall": "node post-install.js", "build-js": "webpack --progress", "build-hugo": "cd exampleSite && DEMO_MODE=true hugo -c content --config config-dev.toml --minify", "watch-js": "webpack --watch --progress", "watch-hugo": "cd exampleSite && DEMO_MODE=true hugo -c content --config config-dev.toml server -D", "dev": "nf start", "start": "npm run watch-js", "build": "npm run build-js && npm run build-hugo", "test:colors": "node _tests/colors-generator/index.js", "test:alignments": "node _tests/align-generator/index.js", "cypress:open": "cypress open", "cypress:run": "cypress run" }, "devDependencies": { "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "@babel/preset-react": "^7.10.4", "babel-loader": "^8.1.0", "concurrently": "^5.2.0", "cypress": "^4.12.0", "extract-text-webpack-plugin": "^3.0.2", "node-sass": "^4.14.1", "style-loader": "^1.2.1", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.14.0", "bootstrap": "^4.5.1", "chart.js": "^2.9.3", "eslint": "^7.6.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.5", "foreman": "^3.0.1", "form-validator-simple": "^0.1.1", "fuse.js": "^6.4.1", "parse-price": "^1.1.8", "particles.js": "^2.0.0", "popper.js": "^1.16.1", "prettier": "^2.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-jsonschema-form": "^1.8.1" } }