fedimovies-web/package.json
2022-05-18 18:14:47 +00:00

78 lines
2.5 KiB
JSON

{
"name": "mitra-web",
"version": "0.6.0",
"description": "Mitra web UI",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test": "npm run test:unit",
"lint:js": "vue-cli-service lint --no-fix",
"lint:css": "stylelint 'src/**/*.{vue,scss}'",
"lint": "npm run lint:js && npm run lint:css",
"start": "npm run serve"
},
"dependencies": {
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.5.4",
"luxon": "^1.26.0",
"markdown-it": "^12.2.0",
"markdown-it-link-attributes": "^3.0.0",
"vue": "^3.2.26",
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.0.0-0",
"vue3-click-away": "^1.2.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^2.0.3",
"@lavamoat/preinstall-always-fail": "^1.0.0",
"@types/chai": "^4.2.11",
"@types/luxon": "^1.26.5",
"@types/mocha": "^5.2.4",
"@types/sinon": "^10.0.4",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-router": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-plugin-unit-mocha": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.2.23",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^8.0.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.1.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"sass": "~1.32.13",
"sass-loader": "^10.2.1",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"typescript": "~4.5.5"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"yorkie": false,
"core-js": false,
"nodent-runtime": false,
"ejs": false,
"fsevents": false,
"@vue/cli-plugin-eslint>yorkie": false,
"@vue/cli-plugin-unit-mocha>mochapack>@babel/runtime-corejs2>core-js": false,
"@vue/cli-plugin-unit-mocha>mochapack>nodent-runtime": false,
"@vue/cli-service>webpack-bundle-analyzer>ejs": false,
"@vue/cli-plugin-unit-mocha>mochapack>chokidar>fsevents": false,
"@vue/cli-service>webpack-dev-server>chokidar>fsevents": false,
"sass-loader>webpack>watchpack>watchpack-chokidar2>chokidar>fsevents": false,
"sass-loader>node-sass": true
}
}
}