mb work now?

This commit is contained in:
Pavel Murygin 2022-02-21 18:57:30 +03:00
parent 04935e0710
commit f0720652af
3 changed files with 64 additions and 61 deletions

View File

@ -1,63 +1,64 @@
{ {
"name": "price-oracle", "name": "price-oracle",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fluencelabs/fluence": "^0.19.2", "@fluencelabs/fluence": "^0.19.2",
"@fluencelabs/fluence-network-environment": "^1.0.13", "@fluencelabs/fluence-network-environment": "^1.0.13",
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3", "@testing-library/user-event": "^12.8.3",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/node": "^12.20.16", "@types/node": "^12.20.16",
"@types/react": "^17.0.14", "@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-scripts": "^5.0.0", "react-scripts": "^5.0.0",
"typescript": "^4.3.5", "typescript": "^4.3.5",
"web-vitals": "^1.1.2" "web-vitals": "^1.1.2"
}, },
"scripts": { "scripts": {
"postinstall": "copy-avm-public public", "postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua", "prestart": "npm run compile-aqua",
"start": "react-scripts start", "prebuild": "npm run compile-aqua",
"build": "react-scripts build", "start": "react-scripts start",
"test": "jest --config=jest.config.js", "build": "react-scripts build",
"_test": "react-scripts test", "test": "jest --config=jest.config.js",
"eject": "react-scripts eject", "_test": "react-scripts test",
"compile-aqua": "aqua -i ../aqua/ -o ./src/_aqua", "eject": "react-scripts eject",
"watch-aqua": "chokidar \"../aqua/**/*.aqua\" -c \"npm run compile-aqua\"" "compile-aqua": "aqua -i ../aqua/ -o ./src/_aqua",
}, "watch-aqua": "chokidar \"../aqua/**/*.aqua\" -c \"npm run compile-aqua\""
"eslintConfig": { },
"extends": [ "eslintConfig": {
"react-app", "extends": [
"react-app/jest" "react-app",
] "react-app/jest"
}, ]
"browserslist": { },
"production": [ "browserslist": {
">0.2%", "production": [
"not dead", ">0.2%",
"not op_mini all", "not dead",
"not ie 11", "not op_mini all",
"not android 4.4.3-4.4.4" "not ie 11",
], "not android 4.4.3-4.4.4"
"development": [ ],
"last 1 chrome version", "development": [
"last 1 firefox version", "last 1 chrome version",
"last 1 safari version" "last 1 firefox version",
] "last 1 safari version"
}, ]
"devDependencies": { },
"@types/serve-handler": "^6.1.1", "devDependencies": {
"@fluencelabs/aqua": "^0.6.0-275", "@types/serve-handler": "^6.1.1",
"@types/jest-environment-puppeteer": "^4.4.1", "@fluencelabs/aqua": "^0.6.0-275",
"@types/puppeteer": "^5.4.4", "@types/jest-environment-puppeteer": "^4.4.1",
"chokidar-cli": "^2.1.0", "@types/puppeteer": "^5.4.4",
"jest-puppeteer": "^6.0.2", "chokidar-cli": "^2.1.0",
"node-sass": "^6.0.1", "jest-puppeteer": "^6.0.2",
"serve": "^13.0.2", "node-sass": "^6.0.1",
"ts-jest": "^27.1.3" "serve": "^13.0.2",
} "ts-jest": "^27.1.3"
}
} }

View File

@ -22,6 +22,7 @@
"scripts": { "scripts": {
"postinstall": "copy-avm-public public", "postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua", "prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "jest --config=jest.config.js", "test": "jest --config=jest.config.js",

View File

@ -21,6 +21,7 @@
"scripts": { "scripts": {
"postinstall": "copy-avm-public public", "postinstall": "copy-avm-public public",
"prestart": "npm run compile-aqua", "prestart": "npm run compile-aqua",
"prebuild": "npm run compile-aqua",
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "jest --config=jest.config.js", "test": "jest --config=jest.config.js",