-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
{
"name": "cloud-ui-materials",
"private": true,
"packageManager": "pnpm@10.18.3",
"scripts": {
"build": "turbo run build --parallel --concurrency=$(node -p 'os.cpus().length') --continue",
"build:fast": "turbo run build --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"postinstall": "node scripts/mono/install-all-workspaces.mjs",
"install:workspaces": "node scripts/mono/install-all-workspaces.mjs --verbose"
},
"dependencies": {
"dom-to-image": "^2.6.0",
"form-data": "^4.0.5",
"install": "^0.13.0",
"lodash.mergewith": "^4.6.2",
"node-fetch": "2",
"npm": "^11.0.0",
"vue-tour": "^2.0.0"
},
"devDependencies": {
"@vue/compiler-sfc": "2.7.16",
"css-loader": "^7.1.2",
"fs-extra": "^11.3.2",
"husky": "^9.0.11",
"prop-types": "^15.8.1",
"terser": "^5.44.0",
"turbo": "2.5.8",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16"
},
"engines": {
"node": ">=18 <=20"
},
"pnpm": {
"overrides": {
"@popo-bridge/web": "link:./workspaces/legacy-yaml/stubs/popo-bridge-web",
"@oa/iframe-channel": "link:./workspaces/legacy-yaml/stubs/oa/iframe-channel",
"@popo-bridge/web-vue2": "link:./workspaces/legacy-yaml/stubs/popo-bridge-web-vue2",
"@ysf/fetch": "link:./workspaces/legacy-yaml/stubs/ysf/fetch",
"vue-loader": "^15.10.1",
"vue-template-compiler": "2.7.16",
"webpack": "^4.47.0",
"babel-loader": "^8.3.0",
"postcss-loader": "^3.0.0",
"less-loader": "^7.3.0",
"html-webpack-plugin": "^3.2.0",
"less": "4.1.3",
"lodash.get": "^4.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"postcss": "^8.4.38",
"vue": "2.7.16",
"@vue/compiler-sfc": "2.7.16"
}
}
}