|
1 | 1 | { |
2 | 2 | "name": "sortablejs-vue3", |
3 | | - "version": "1.2.9", |
| 3 | + "version": "1.2.10", |
4 | 4 | "author": { |
5 | 5 | "email": "maxwell.leiter@gmail.com", |
6 | 6 | "name": "Max Leiter", |
|
20 | 20 | "build": "vite build && vue-tsc --emitDeclarationOnly --project tsconfig.dist.json && mv dist/lib dist/types && rm -rf dist/favicon.ico", |
21 | 21 | "build:site": "vue-tsc --noEmit --project tsconfig.site.json && vite --config vite.site.config.ts build", |
22 | 22 | "preview": "vite preview", |
23 | | - "lint": "yarn prettier --write '**/*.{ts,vue,json}'" |
| 23 | + "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", |
| 24 | + "format": "yarn prettier --write '**/*.{ts,vue,json}'" |
24 | 25 | }, |
25 | 26 | "types": "./dist/types/main.d.ts", |
26 | 27 | "files": [ |
|
36 | 37 | } |
37 | 38 | }, |
38 | 39 | "dependencies": { |
39 | | - "sortablejs": "^1.15.0", |
40 | | - "vue": "^3.2.37" |
| 40 | + "pinia": "^2.1.3", |
| 41 | + "sortablejs": "github:roy-mdr/Sortable#cee2ee7bccf83a7776c85588759aa0b8", |
| 42 | + "vue": "^3.2.37", |
| 43 | + "vue-eslint-parser": "^9.3.0" |
41 | 44 | }, |
42 | 45 | "peerDependencies": { |
43 | | - "sortablejs": "^1.15.0", |
| 46 | + "sortablejs": "github:roy-mdr/Sortable#cee2ee7bccf83a7776c85588759aa0b8", |
44 | 47 | "vue": "^3.2.25" |
45 | 48 | }, |
46 | 49 | "devDependencies": { |
| 50 | + "@rushstack/eslint-patch": "^1.3.0", |
47 | 51 | "@types/node": "18.14.2", |
48 | 52 | "@types/sortablejs": "1.15.0", |
| 53 | + "@typescript-eslint/parser": "^5.59.8", |
49 | 54 | "@vitejs/plugin-vue": "4.0.0", |
| 55 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 56 | + "eslint": "^8.42.0", |
| 57 | + "eslint-config-prettier": "^8.8.0", |
| 58 | + "eslint-plugin-vue": "^9.14.1", |
50 | 59 | "prettier": "2.8.4", |
51 | 60 | "terser": "5.16.5", |
52 | 61 | "typescript": "4.9.5", |
|
0 commit comments