-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.24 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.24 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "visualkey",
"version": "1.0.0",
"author": {
"name": "Denys Horman"
},
"license": "MIT AND Commons-Clause",
"scripts": {
"ng": "ng",
"start": "ng serve --open --host 0.0.0.0",
"start:prod": "ng serve --open --host 0.0.0.0 --configuration=production",
"build:prod": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"deploy": "npx @azure/static-web-apps-cli deploy ./dist/visualkey/browser -V silent"
},
"dependencies": {
"@angular/animations": "^20.1.0",
"@angular/common": "^20.1.0",
"@angular/compiler": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",
"@angular/platform-browser": "^20.1.0",
"@angular/platform-browser-dynamic": "^20.1.0",
"@angular/router": "^20.1.0",
"@angular/service-worker": "^20.1.0",
"@datastructures-js/linked-list": "^6.1.3",
"@fortawesome/angular-fontawesome": "^2.0.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@primeuix/themes": "^1.2.1",
"@reown/appkit": "^1.7.15",
"@reown/appkit-adapter-wagmi": "^1.7.15",
"@tailwindcss/postcss": "^4.1.11",
"@visualkey/find-rare-keys": "^1.1.0",
"ag-grid-angular": "^34.0.2",
"ag-grid-community": "^34.0.2",
"detect-it": "^4.0.1",
"postcss": "^8.5.6",
"primeng": "^20.0.0",
"rxjs": "~7.8.2",
"tailwindcss": "^4.1.11",
"tailwindcss-primeui": "^0.6.1",
"tslib": "^2.8.1",
"viem": "^2.33.0",
"wagmi": "^2.16.0"
},
"devDependencies": {
"@angular/build": "^20.1.0",
"@angular/cli": "^20.1.0",
"@angular/compiler-cli": "^20.1.0",
"@azure/static-web-apps-cli": "^2.0.6",
"@types/jasmine": "~5.1.8",
"@types/node": "^22.15.12",
"angular-eslint": "20.1.1",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"jasmine-core": "~5.7.1",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "8.36.0"
}
}