45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "cryps-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel index.html --host 0.0.0.0 --port 40080 --no-source-maps",
|
|
"build": "rm -rf dist && parcel build index.html && cp -r assets/molecules/ dist/",
|
|
"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": {
|
|
"animejs": "^3.0.1",
|
|
"async": "^2.6.2",
|
|
"borc": "^2.0.3",
|
|
"docco": "^0.7.0",
|
|
"izitoast": "^1.4.0",
|
|
"keymaster": "^1.6.2",
|
|
"lodash": "^4.17.11",
|
|
"node-sass": "^4.12.0",
|
|
"parcel": "^1.12.3",
|
|
"preact": "^10.0.0-beta.1",
|
|
"react-redux": "^7.0.3",
|
|
"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"
|
|
},
|
|
"alias": {
|
|
"react": "preact/compat",
|
|
"react-dom": "preact/compat"
|
|
}
|
|
}
|