-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 917 Bytes
/
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
{
"name": "nuxt-trpc-starter",
"version": "0.0.0",
"description": "",
"scripts": {
"serve": "npm -C packages/trpc run dev",
"dev:next": "npm -C packages/nuxt run dev",
"dev": "npm-run-all -p serve dev:next",
"uni": "npm -C packages/uniapp run dev:mp-weixin",
"test:unit": "vitest",
"lint": "eslint --ext .ts,.js,.vue .",
"format": "eslint --fix --ext .ts,.js,.vue ."
},
"devDependencies": {
"@types/lodash-es": "^4.17.11",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"pnpm": {
"overrides": {
"vite": "^4.5.0",
"rollup": "^4"
}
}
}