mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 07:10:22 +00:00
204f7f3be9
* Bump js-client * Temp deploy dev on prod * Fix * Fix * Bump fcli * Fix * F * update js-client.web.standalone * bump node.js for dev as well * compile differently * update multiaddr * install old multiaddr explicitly * remove openssl-legacy * return parameter name * downgrade * use kras compatible versions * remove prefix * Cleanup --------- Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
75 lines
2.5 KiB
JSON
75 lines
2.5 KiB
JSON
{
|
|
"name": "fluence-admin",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "elm-test",
|
|
"start": "npm run dev",
|
|
"dev": "npm run compile-aqua && webpack-dev-server --hot --colors --port 3000",
|
|
"build": "npm run compile-aqua && webpack",
|
|
"prod": "npm run compile-aqua && webpack -p --mode production",
|
|
"analyse": "elm-analyse -s -p 3001 -o",
|
|
"compile-aqua": "node ./compile-aqua.mjs",
|
|
"uie": "elm-live src_storybook/Explorer.elm --open --dir=.storybook --start-page=index.html -- --output=.storybook/explorer.js --debug"
|
|
},
|
|
"nodemonConfig": {
|
|
"watch": [
|
|
"aqua"
|
|
],
|
|
"ext": "aqua"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/fluence-admin.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/fluence-admin/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/fluence-admin#readme",
|
|
"dependencies": {
|
|
"@fluencelabs/fluence-network-environment": "1.1.2",
|
|
"@fluencelabs/js-client.api": "0.11.6",
|
|
"css-spinners": "^1.0.1",
|
|
"multiaddr": "^10.0.1",
|
|
"tachyons": "^4.12.0",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@fluencelabs/aqua-api": "^0.11.7",
|
|
"@fluencelabs/aqua-lib": "^0.6.0",
|
|
"babel-loader": "^8.1.0",
|
|
"chokidar-cli": "^2.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"closure-webpack-plugin": "^2.3.0",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"css-loader": "^4.3.0",
|
|
"elm": "^0.19.1-5",
|
|
"elm-analyse": "^0.16.5",
|
|
"elm-format": "^0.8.5",
|
|
"elm-hot-webpack-loader": "^1.1.8",
|
|
"elm-live": "^4.0.2",
|
|
"elm-test": "^0.19.1-revision7",
|
|
"elm-webpack-loader": "^7.0.1",
|
|
"file-loader": "^6.1.0",
|
|
"google-closure-compiler": "^20200920.0.0",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"mini-css-extract-plugin": "^0.11.2",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass": "1.58.3",
|
|
"sass-loader": "^10.0.2",
|
|
"source-map-loader": "^1.0.0",
|
|
"style-loader": "^1.2.1",
|
|
"url-loader": "^4.1.0",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-merge": "^5.1.4"
|
|
}
|
|
}
|