44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "mnml-studios",
|
|
"version": "1.14.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel watch index.html --out-dir /var/lib/mnml/public/current",
|
|
"build": "parcel build index.html --no-source-maps",
|
|
"lint": "eslint --fix --ext .jsx src/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"animejs": "^3.1.0",
|
|
"lodash": "^4.17.15",
|
|
"logrocket": "^1.0.3",
|
|
"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-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"
|
|
}
|
|
}
|