|
1 | 1 | {
|
2 |
| - "name": "umbra-frontend", |
| 2 | + "name": "@umbra/frontend", |
3 | 3 | "version": "0.0.1",
|
4 | 4 | "description": "Send and receive stealth payments with the Umbra protocol",
|
5 | 5 | "productName": "Umbra",
|
6 | 6 | "author": "Matt Solomon <[email protected]>",
|
7 | 7 | "private": true,
|
8 | 8 | "scripts": {
|
9 | 9 | "lint": "eslint --ext .js,.ts,.vue ./",
|
10 |
| - "prettier": "npx prettier --write .", |
| 10 | + "prettier": "prettier --write .", |
11 | 11 | "test": "echo \"No test specified\" && exit 0",
|
12 |
| - "dev": "npx quasar dev", |
13 |
| - "build": "npx quasar build" |
| 12 | + "dev": "quasar dev", |
| 13 | + "build": "quasar build", |
| 14 | + "clean": "rimraf build" |
14 | 15 | },
|
15 | 16 | "dependencies": {
|
16 | 17 | "@quasar/extras": "^1.0.0",
|
|
27 | 28 | "@typescript-eslint/eslint-plugin": "^3.3.0",
|
28 | 29 | "@typescript-eslint/parser": "^3.3.0",
|
29 | 30 | "babel-eslint": "^10.0.1",
|
30 |
| - "eslint": "^6.8.0", |
31 |
| - "eslint-config-prettier": "^6.9.0", |
32 | 31 | "eslint-loader": "^3.0.3",
|
33 |
| - "eslint-plugin-vue": "^6.1.2", |
34 |
| - "husky": "^4.3.0", |
35 |
| - "lint-staged": ">=10", |
36 |
| - "prettier": "^2.1.1" |
| 32 | + "eslint-plugin-vue": "^6.1.2" |
37 | 33 | },
|
38 | 34 | "browserslist": [
|
39 | 35 | "last 10 Chrome versions",
|
|
50 | 46 | "node": ">= 10.18.1",
|
51 | 47 | "npm": ">= 6.13.4",
|
52 | 48 | "yarn": ">= 1.21.1"
|
53 |
| - }, |
54 |
| - "husky": { |
55 |
| - "hooks": { |
56 |
| - "pre-commit": "lint-staged && yarn build" |
57 |
| - } |
58 |
| - }, |
59 |
| - "lint-staged": { |
60 |
| - "*.{js,ts,vue}": "eslint --cache --fix", |
61 |
| - "*.{js,ts,css,md}": "prettier --write" |
62 | 49 | }
|
63 | 50 | }
|
0 commit comments