33 lines
745 B
JSON
Executable File
33 lines
745 B
JSON
Executable File
{
|
|
"name": "cryps-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel index.html --port 40080",
|
|
"lint": "eslint --fix src/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"borc": "^2.0.3",
|
|
"bulma-toast": "^1.2.0",
|
|
"docco": "^0.7.0",
|
|
"jdenticon": "^2.1.0",
|
|
"key": "^0.1.11",
|
|
"keymaster": "^1.6.2",
|
|
"lodash": "^4.17.11",
|
|
"preact": "^8.3.1",
|
|
"preact-redux": "^2.0.3",
|
|
"redux": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^1.9.7",
|
|
"jest": "^18.0.0",
|
|
"eslint": "^5.6.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"eslint-plugin-react": "^7.11.1"
|
|
}
|
|
}
|