forked from authgear/authgear-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"name": "authui",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"typecheck": "tsc -b",
"format": "prettier --write --list-different ./src ./packages",
"build": "parcel build --no-cache 'src/*.html' --dist-dir ../resources/authgear/generated",
"test": "jest"
},
"alias": {
"process": false,
"buffer": false
},
"devDependencies": {
"@jest/globals": "29.2.2",
"@parcel/config-default": "2.7.0",
"@types/luxon": "3.0.2",
"@types/zxcvbn": "4.4.1",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"parcel": "2.7.0",
"postcss": "8.4.18",
"prettier": "2.7.1",
"tailwindcss": "3.2.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
},
"dependencies": {
"@hotwired/stimulus": "3.1.0",
"@hotwired/turbo": "7.2.4",
"@metamask/detect-provider": "2.0.0",
"@metamask/jazzicon": "github:MetaMask/jazzicon#d923914fda6a8795f74c2e66134f73cd72070667",
"@tabler/icons": "1.107.0",
"axios": "1.1.3",
"cropperjs": "1.5.12",
"ethers": "5.5.1",
"intl-tel-input": "17.0.19",
"luxon": "3.0.4",
"siwe": "1.1.6",
"zxcvbn": "4.4.2"
}
}