mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-24 16:32:13 +00:00
* Switch to app.config based deployment * Rewrite user online status checks to peer is_connected api * Rewrite fluentpad into aquamarine
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "fluent-pad",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fluencelabs/fluence": "^0.9.43",
|
|
"@fluencelabs/fluence-network-environment": "1.0.8",
|
|
"@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-cli -i ./aqua/ -o ./src/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-cli": "^0.1.1-94",
|
|
"@fluencelabs/aqua-lib": "0.1.1",
|
|
"@types/lodash": "^4.14.168"
|
|
}
|
|
}
|