-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.44 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
{
"name": "experimental-apps-monorepo",
"private": true,
"dependencies": {
"@google-cloud/logging-winston": "^6.0.0",
"express": "^4.21.0",
"express-rate-limit": "7.4.1",
"morgan": "1.10.0",
"winston": "3.15.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"lerna": "^8.1.8",
"ts-loader": "8.2.0",
"typescript": "^5.6.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.7.16"
},
"workspaces": [
"packages/*"
],
"scripts": {
"prepare-css": "cd packages/css && yarn build && ./copy-css.sh",
"build": "yarn lerna run build",
"start": "node server.js",
"lint": "yarn lerna run lint",
"test": "echo \"No tests configured\" && exit 0"
},
"engines": {
"node": "18.x"
},
"resolutions": {
"cross-spawn": "^7.0.6",
"**/execa/cross-spawn": "^6.0.6",
"nanoid": "~3.3.8",
"lodash": "^4.17.23",
"on-headers": "^1.1.0",
"qs": "^6.14.2",
"**/axios/form-data": "^4.0.4",
"http-proxy-middleware": "2.0.9",
"jws": "^4.0.1",
"node-forge": "^1.3.2",
"tmp": "^0.2.4",
"path-to-regexp": "0.1.12",
"webpack": "^5.104.1",
"**/@types/request/form-data": "2.5.5",
"nth-check": "^2.0.1",
"**/diff2html/diff": "5.2.2"
}
}