-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
83 lines (83 loc) · 2.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "forgerock-platform-ui",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"unit": "jest",
"unit:watch": "jest --watch",
"postinstall": "husky install",
"test:cb": "jest --config=jest.config.crossbrowser.js",
"test:docker-lodestar:build": "docker build -t platform-ui-e2e-testrunner -f docker-lodestar-e2e/Dockerfile .",
"test:docker-lodestar:run": "docker run -it --network host -v /var/run/docker.sock:/var/run/docker.sock -v ~/.ssh:/root/.ssh -v ~/.config/gcloud:/root/.config/gcloud -e DEPLOYMENT_NAMESPACE=$USER platform-ui-e2e-testrunner",
"copyright-bot": "yarn g:copyright-bot",
"coverage-diff": "yarn g:coverage-diff"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.9",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/user-event": "13.0.1",
"@testing-library/vue": "8.0.1",
"@vue/compat": "3.3.4",
"@vue/compiler-sfc": "3.3.4",
"@vue/test-utils": "2.4.1",
"babel-jest": "29.6.3",
"babel-plugin-require-context-hook": "1.0.0",
"dotenv": "8.2.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-import-resolver-node": "0.3.4",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-mocha": "8.1.0",
"eslint-plugin-vue": "9.15.1",
"got": "11.8.5",
"husky": "5.0.4",
"jest": "29.6.3",
"jest-circus": "28.1.3",
"jest-css-modules": "2.1.0",
"jest-environment-node": "29.6.3",
"jest-runner-eslint": "0.10.0",
"jest-runner-stylelint": "2.3.7",
"jest-transform-stub": "2.0.0",
"mocha": "8.4.0",
"mochawesome": "6.1.1",
"mochawesome-merge": "4.1.0",
"mochawesome-report-generator": "5.1.0",
"nano-staged": "0.8.0",
"nock": "13.0.4",
"postcss-html": "1.4.1",
"sass": "1.52.1",
"sass-loader": "8.0.2",
"selenium-webdriver": "4.0.0-alpha.7",
"style-resources-loader": "1.2.1",
"stylelint": "14.1.0",
"stylelint-config-html": "1.0.0",
"vue": "3.3.4",
"vue-demi": "0.14.5"
},
"resolutions": {
"autoprefixer": "10.4.5",
"elliptic": "6.6.0",
"istanbul-lib-instrument": "5.2.0",
"ramda@npm:^0.25.0": "0.27.1",
"tar": "6.2.1",
"yaml@npm:1.10.0": "1.10.2"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11"
],
"packageManager": "[email protected]"
}