mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 17:40:04 +01:00
33 lines
805 B
JSON
33 lines
805 B
JSON
{
|
|
"name": "governance-dep-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"lint": "yarn lint:js"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"node-sass": "^4.14.1",
|
|
"nuxt": "^2.14.6",
|
|
"nuxt-buefy": "^0.4.3",
|
|
"sass-loader": "^10.0.3",
|
|
"vue-i18n": "^8.22.1",
|
|
"web3": "1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^3.1.0",
|
|
"@nuxtjs/eslint-module": "^2.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-plugin-nuxt": "^1.0.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"prettier": "^2.1.2"
|
|
}
|
|
}
|