fluent-pad/client/package.json
2021-10-22 09:46:17 +03:00

63 lines
1.8 KiB
JSON

{
"name": "fluent-pad",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluencelabs/fluence": "^0.14.2",
"@fluencelabs/fluence-network-environment": "^1.0.10",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.19",
"@types/node": "^12.19.16",
"@types/react": "^16.14.3",
"@types/react-dom": "^16.9.10",
"automerge": "^0.14.2",
"diff-match-patch": "^1.0.5",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-toastify": "^7.0.3",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"compile-aqua": "aqua -i ./aqua -o ./src/_aqua",
"watch-aqua": "chokidar \"**/*.aqua\" -c \"npm run compile-aqua\""
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12
},
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@fluencelabs/aqua": "^0.4.0-235",
"@fluencelabs/aqua-lib": "^0.1.14",
"@types/lodash": "^4.14.168",
"chokidar-cli": "^3.0.0"
}
}