mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 01:26:51 +01:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "governance-dep-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate && cp dist/404.html dist/ipfs-404.html",
|
|
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"lint": "yarn lint:js",
|
|
"deploy-prod": "npm run generate && push-dir --allow-unclean --dir=dist --branch=gh-pages --cleanup --remote=temp"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-web3-provider": "^0.1.4",
|
|
"core-js": "^3.6.5",
|
|
"gas-price-oracle": "^0.4.4",
|
|
"node-sass": "^4.14.1",
|
|
"nuxt": "^2.14.6",
|
|
"nuxt-buefy": "^0.4.4",
|
|
"push-dir": "^0.4.1",
|
|
"sass-loader": "^10.0.3",
|
|
"vue-i18n": "^8.22.1",
|
|
"web3": "1.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^3.1.0",
|
|
"@nuxtjs/eslint-module": "^3.0.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-nuxt": "^1.0.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"prettier": "^2.1.2"
|
|
}
|
|
}
|