mnml/client/package.json
2019-12-19 12:19:55 +10:00

56 lines
1.6 KiB
JSON

{
"name": "mnml-client",
"version": "1.11.0",
"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 --no-source-maps",
"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.1.0",
"async": "^2.6.3",
"borc": "^2.1.1",
"docco": "^0.7.0",
"hammerjs": "^2.0.8",
"izitoast": "^1.4.0",
"keymaster": "^1.6.2",
"linkstate": "^1.1.1",
"lodash": "^4.17.15",
"logrocket": "^1.0.3",
"node-sass": "^4.12.0",
"parcel": "^1.12.4",
"preact": "^8.5.2",
"preact-compat": "^3.19.0",
"preact-context": "^1.1.4",
"preact-redux": "^2.1.0",
"query-string": "^6.8.3",
"react-string-replace": "^0.4.4",
"react-stripe-elements": "^3.0.1",
"redux": "^4.0.4"
},
"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.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"jest": "^25.0.0",
"less": "^3.10.3"
},
"alias": {
"react": "preact-compat",
"react-dom": "preact-compat"
}
}