{ "name": "mnml-client", "version": "1.4.4", "description": "", "main": "index.js", "scripts": { "start": "parcel watch index.html --out-dir /var/lib/mnml/public/current", "anims": "parcel watch animations.html --no-hmr --out-dir /var/lib/mnml/public/current", "build": "parcel build index.html", "scss": "node-sass --watch assets/scss -o assets/styles", "lint": "eslint --fix --ext .jsx src/", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "UNLICENSED", "dependencies": { "anime": "^0.1.2", "animejs": "^3.0.1", "async": "^2.6.2", "borc": "^2.0.3", "docco": "^0.7.0", "izitoast": "^1.4.0", "keymaster": "^1.6.2", "linkstate": "^1.1.1", "lodash": "^4.17.15", "node-sass": "^4.12.0", "parcel": "^1.12.3", "preact": "^8.4.2", "preact-compat": "^3.19.0", "preact-context": "^1.1.3", "preact-redux": "^2.1.0", "react-string-replace": "^0.4.4", "react-stripe-elements": "^3.0.0", "redux": "^4.0.0" }, "devDependencies": { "babel-core": "^6.26.3", "babel-plugin-module-resolver": "^3.2.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^5.6.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-react": "^7.11.1", "jest": "^18.0.0", "less": "^3.9.0" }, "alias": { "react": "preact-compat", "react-dom": "preact-compat" } }