forked from danielroe/typed-vuex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"private": true,
"version": "0.3.1",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm -r build",
"lint": "eslint --ext .ts,.tsx,.js .",
"lint:fix": "npm run lint -- --fix",
"postinstall": "husky install",
"test": "pnpm run lint && jest && pnpm run -r test:types"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@nuxtjs/eslint-config-typescript": "10.0.0",
"@release-it/conventional-changelog": "^4.0.0",
"@types/jest": "28.1.1",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "8.17.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "^28.1.1",
"release-it": "^14.0.0",
"release-it-yarn-workspaces": "^2.0.1",
"semver": "^7.3.7",
"typescript": "4.7.3",
"unbuild": "^0.7.4"
},
"packageManager": "[email protected]"
}