-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
136 lines (136 loc) · 4.34 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "root",
"private": "true",
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "nx storybook legacy-stories",
"build:clean": "nx run-many --target=build --all --skip-nx-cache",
"build": "nx run-many --target=build --all",
"build:react": "nx run @ory/elements:build --skip-nx-cache",
"build:preact": "nx run @ory/elements-preact:build --skip-nx-cache",
"build:markup": "nx run @ory/elements-markup:build --skip-nx-cache",
"build:test": "nx run @ory/elements-test:build --skip-nx-cache",
"test": "nx run-many --target=test --all",
"docs": "typedoc --entryPointStrategy packages . --out docs",
"generate-locales": "cd scripts && npm run generate-locales",
"prerelease-v1": "nx release --skip-publish && nx release publish --tag next"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ory/elements.git"
},
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/ory/elements/issues"
},
"homepage": "https://github.com/ory/elements#readme",
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.23.3",
"@formatjs/cli-lib": "6.3.3",
"@microsoft/api-extractor": "7.47.9",
"@nrwl/eslint-plugin-nx": "19.5.4",
"@nrwl/linter": "19.5.4",
"@nx/eslint": "19.5.4",
"@nx/eslint-plugin": "19.5.4",
"@nx/jest": "19.5.4",
"@nx/js": "19.5.4",
"@nx/react": "19.5.4",
"@nx/storybook": "19.5.4",
"@nx/vite": "19.5.4",
"@nx/web": "19.5.4",
"@ory/client": "1.6.2",
"@playwright/experimental-ct-react": "1.46.0",
"@preact/preset-vite": "2.5.0",
"@storybook/addon-docs": "8.3.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/core-common": "8.3.0",
"@storybook/core-server": "7.6.20",
"@storybook/jest": "^0.2.3",
"@storybook/node-logger": "8.3.0",
"@storybook/react": "8.3.0",
"@storybook/react-vite": "8.3.0",
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@storybook/types": "8.3.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/express": "4.17.17",
"@types/jest": "29.5.12",
"@types/node": "18.16.19",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vanilla-extract/css": "1.15.5",
"@vanilla-extract/dynamic": "2.1.2",
"@vanilla-extract/recipes": "0.5.5",
"@vanilla-extract/sprinkles": "1.6.3",
"@vanilla-extract/vite-plugin": "4.0.15",
"@vitejs/plugin-react": "4.3.1",
"ajv": "8.17.1",
"autoprefixer": "10.4.20",
"chromatic": "6.21.0",
"classnames": "2.3.2",
"eslint": "8.49.0",
"eslint-config-semistandard": "17.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-formatjs": "4.10.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "16.1.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tsdoc": "0.2.17",
"jest": "29.7.0",
"jest-environment-jsdom": "29.4.1",
"jest-transform-stub": "2.0.0",
"license-checker": "25.0.1",
"nx": "19.5.4",
"playwright": "1.46.0",
"postcss": "8.4.35",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.8.1",
"storybook": "8.3.0",
"tailwindcss": "3.4.7",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"tsup": "8.2.4",
"typedoc": "0.23.16",
"typescript": "5.2.2",
"vite": "5.4.10",
"vite-plugin-dts": "4.1.0",
"vite-plugin-require": "1.2.14",
"vite-plugin-static-copy": "1.0.6",
"vite-tsconfig-paths": "5.0.1",
"which-builtin-type": "1.1.4"
},
"files": [
"dist/*"
],
"engines": {
"node": ">=20",
"npm": ">=8.11.0"
},
"workspaces": [
"packages/*",
"examples/*"
],
"dependencies": {
"lodash": "4.17.21",
"next": "14.2.10",
"tslib": "2.3.0"
}
}