[READ-ONLY] Mirror of https://github.com/danielroe/typed-vuex. 馃彟 A typed store accessor for vanilla Vuex.
typed-vuex.roe.dev
hacktoberfest
nuxt
nuxt-module
nuxtjs
typescript
vue
vuejs
vuex
1.2 kB
42 lines
1{
2 "private": true,
3 "version": "0.3.1",
4 "workspaces": [
5 "packages/*"
6 ],
7 "scripts": {
8 "build": "pnpm -r build",
9 "lint": "eslint --ext .ts,.tsx,.js .",
10 "lint:fix": "npm run lint -- --fix",
11 "prepare": "simple-git-hooks",
12 "test": "pnpm run lint && jest && pnpm run -r test:types"
13 },
14 "devDependencies": {
15 "@babel/core": "7.25.8",
16 "@babel/plugin-transform-runtime": "^7.25.7",
17 "@babel/preset-env": "^7.25.8",
18 "@babel/preset-typescript": "^7.25.7",
19 "@commitlint/cli": "^17.8.1",
20 "@commitlint/config-conventional": "^17.8.1",
21 "@nuxtjs/eslint-config-typescript": "10.0.0",
22 "@types/jest": "28.1.8",
23 "@typescript-eslint/eslint-plugin": "5.62.0",
24 "@typescript-eslint/parser": "5.62.0",
25 "conventional-changelog-conventionalcommits": "^5.0.0",
26 "eslint": "8.57.1",
27 "jest": "28.1.3",
28 "jest-environment-jsdom": "^28.1.3",
29 "semver": "^7.6.3",
30 "simple-git-hooks": "^2.11.1",
31 "typescript": "4.9.5",
32 "unbuild": "^0.7.6"
33 },
34 "resolutions": {
35 "vue3": "npm:vue@latest"
36 },
37 "simple-git-hooks": {
38 "commit-msg": "npx commitlint --edit",
39 "pre-commit": "pnpm lint:fix"
40 },
41 "packageManager": "pnpm@9.12.2"
42}