-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "varo",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.24.0+sha512.bd27e345e976dcb0be0b7a1228217b049a817e21b1f355c90dbe7dc46671895a8bc1e6d06c24554505ea93ea0b45f489a27ec1bfbc8de6a9659fca0f16fa0000",
"engines": {
"node": "^22.18.0 || >=24.11.0"
},
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev --parallel",
"docs:dev": "pnpm --dir apps/docs dev",
"dev:playground-h5": "pnpm --filter @varo/playground-h5 dev",
"dev:playground-weapp": "pnpm --filter @varo/playground-weapp dev",
"lint": "turbo run lint",
"release": "pnpm change",
"release:prepare": "repo release stable prepare",
"release:publish": "repo release stable publish",
"publish-packages": "repo release stable publish",
"version-packages": "pnpm version -r",
"repo:init": "repo init",
"repo:new": "repo new",
"repo:check": "repo check",
"repo:doctor": "repo doctor",
"prepare": "husky",
"commitlint": "commitlint --edit",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e"
},
"devDependencies": {
"@commitlint/cli": "^21.2.2",
"@playwright/test": "^1.61.1",
"@types/node": "^26.1.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vitest/coverage-v8": "~4.1.11",
"@vue/test-utils": "^2.4.11",
"eslint": "^10.9.1",
"husky": "9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^17.3.0",
"miniprogram-api-typings": "^5.2.3",
"repoctl": "^5.4.3",
"rimraf": "^6.1.3",
"stylelint": "^17.14.1",
"stylelint-config-html": "2.0.0",
"tsdown": "0.22.3",
"tslib": "2.8.1",
"turbo": "^2.10.3",
"typescript": "^6.0.3",
"vite": "^8.2.2",
"vite-plugin-dts": "^5.0.3",
"vitest": "^4.1.11",
"vue": "^3.5.42",
"vue-tsc": "^3.3.11",
"weapp-tailwindcss": "^5.5.3",
"weapp-vite": "^7.1.0",
"wevu": "^7.1.0"
}
}