This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
srprices/package.json

35 lines
951 B
JSON
Raw Normal View History

2020-09-30 22:32:36 -07:00
{
"name": "SRPrices",
"version": "0.1.0",
"license": "GPL-3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"big.js": "^6.0.1",
"core-js": "^3.6.5",
"tailwindcss": "^1.8.10",
"vue": "^3.0.0-0",
"vue-class-component": "^8.0.0-0"
},
"devDependencies": {
"@types/big.js": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0-0",
"typescript": "~3.9.3"
}
}