-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
115 lines (115 loc) · 4.33 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "odyssey",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/*"
],
"engines": {
"yarn": "^3.2.0",
"node": ">=16 <17"
},
"scripts": {
"build": "lerna run build --ignore @okta/odyssey-storybook --ignore @okta/odyssey-icons",
"dev:source": "lerna run dev:source",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"generate:icons": "yarn workspace @okta/odyssey-icons build && yarn workspace @okta/odyssey-svgr build && yarn workspace @okta/odyssey-react-mui generate:icons",
"lerna-publish": "lerna publish from-package --no-verify-registry --no-push --force-publish",
"lerna-version": "lerna version --no-git-tag-version --include-merged-tags --conventional-commits --no-push --force-publish",
"lint": "yarn eslint && yarn stylelint && yarn prettier-check",
"postinstall": "yarn build && [ -z ${CI:-} ] && husky install || exit 0",
"prettier-check": "prettier --ignore-unknown --loglevel warn --check .",
"prettier-write": "prettier --ignore-unknown --loglevel warn --write .",
"start:mui": "yarn workspace @okta/odyssey-react-mui dev",
"start:storybook": "yarn workspace @okta/odyssey-storybook start",
"start": "yarn install && yarn build && yarn concurrently npm:dev:source npm:start:mui npm:start:storybook",
"stylelint": "stylelint **/*.scss",
"test": "lerna run test",
"typecheck": "lerna run typecheck"
},
"dependencies": {
"@okta/odyssey-storybook": "workspace:^",
"concurrently": "^8.2.2",
"decode-uri-component": "^0.4.1",
"loader-utils": "^3.2.1",
"nwsapi": "^2.2.7",
"prompts": "^2.4.2",
"wait-on": "^7.2.0",
"workspace": "^0.0.1-preview.1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@faker-js/faker": "^8.4.1",
"@okta/odyssey-commitlint": "workspace:*",
"@okta/odyssey-eslint-config": "workspace:*",
"@okta/odyssey-lint-staged": "workspace:*",
"@okta/odyssey-stylelint": "workspace:*",
"caniuse-lite": "^1.0.30001660",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"husky": "^7.0.2",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"stylelint": "^15.10.1"
},
"resolutions": {
"@commitlint/config-lerna-scopes/glob@^8.0.3": "^9.0.0",
"@joshwooding/vite-plugin-react-docgen-typescript/glob@^7.2.0": "^9.0.0",
"@lerna/create@npm:7.2.0/npm-packlist": "^6.0.0",
"@svgr/cli/glob@^8.0.3": "^9.0.0",
"@wdio/config@npm:7.31.1": "^8.29.3",
"axios@npm:^1.6.0": "^1.7.4",
"axios@npm:^1.6.1": "^1.7.4",
"body-parser@npm:1.20.2": "1.20.3",
"braces@npm:^2.3.2": "^3.0.3",
"braces@npm:^3.0.3": "^3.0.3",
"braces@npm:~3.0.2": "^3.0.3",
"cacache@npm:12.0.4/glob": "^9.0.0",
"geckodriver@npm:4.3.2": "^4.4.2",
"glob-parent@npm:3.1.0": "^5.1.2",
"glob@npm:^7.1.3": "^9.3.5",
"glob@npm:^7.1.6": "^9.3.5",
"glob@npm:^7.2.0": "^9.3.5",
"glob@npm:^8.0.1": "^9.3.5",
"ip@npm:^1.1.8": "^1.1.9",
"ip@npm:^2.0.0": "^2.0.1",
"lerna@npm:7.2.0/npm-packlist": "^6.0.0",
"micromatch@npm:^3.1.10": "^4.0.6",
"micromatch@npm:^3.1.4": "^4.0.6",
"micromatch@npm:^4.0.4": "^4.0.6",
"micromatch@npm:^4.0.5": "^4.0.6",
"micromatch@npm:4.0.5": "^4.0.6",
"node-gyp@npm:^9.0.0": "^10.0.0",
"node-gyp@npm:latest": "^10.0.0",
"nyc@^15.1.0": "patch:nyc@npm:15.1.0#.yarn/patches/nyc-npm-15.1.0-f134b19668.patch",
"playwright-core@npm:1.34.2": "^1.43.1",
"rimraf@npm:^2.5.4": "^4.2.0",
"rimraf@npm:^2.6.1": "^4.2.0",
"rimraf@npm:^2.6.3": "^4.2.0",
"rimraf@npm:^3.0.0": "^4.2.0",
"rimraf@npm:^3.0.2": "^4.2.0",
"rimraf@npm:~2.6.2": "^4.2.0",
"rimraf@npm:2.5.4": "^4.2.0",
"rimraf@npm:2.7.1": "^4.2.0",
"rimraf@npm:2.x": "^4.2.0",
"rimraf@npm:2": "^4.2.0",
"rimraf@npm:3.0.2": "^4.2.0",
"rimraf@npm:3": "^4.2.0",
"serialize-javascript@^4.0.0": "^6.0.2",
"tar@npm:^6.1.11": "^6.2.1",
"tar@npm:^6.1.13": "^6.2.1",
"tar@npm:^6.1.2": "^6.2.1",
"tar@npm:6.1.11": "^6.2.1",
"test-exclude/glob@^7.1.4": "^9.0.0",
"unset-value@npm:1.0.0": "^2.0.1",
"webdriver@npm:7.3.0": "webdriver@~8.24.10",
"webdriver@npm:7": "webdriver@~8.24.10",
"ws@npm:^6.1.0": "^6.2.3",
"ws@npm:^8.11.0": "^8.17.1",
"ws@npm:8.13.0": "^8.17.1",
"ws@npm:8.16.0": "^8.17.1"
},
"packageManager": "yarn@4.1.0"
}