-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.06 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
{
"name": "codegov-website",
"private": true,
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"engines": {
"node": "^20",
"pnpm": "^9",
"npm": "please use pnpm"
},
"scripts": {
"turbo": "dotenv -- turbo --cache-dir=.turbo",
"build": "pnpm turbo build",
"test": "pnpm turbo test",
"lint": "eslint -c .eslintrc.js .",
"lint:fix": "eslint -c .eslintrc.js --fix .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"cloc": "pnpx cloc --exclude-dir=node_modules,target,build,dist,.dfx,.docusaurus --exclude-ext=yaml,yml,md,toml,json .",
"postinstall": "./scripts/postinstall.sh",
"playwright-install": "playwright install --with-deps"
},
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@dfinity/agent": "^2.2.0",
"@dfinity/auth-client": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/identity": "^2.2.0",
"@dfinity/ledger-icp": "^2.6.5",
"@dfinity/nns": "^8.1.0",
"@dfinity/nns-proto": "^2.0.1",
"@dfinity/principal": "^2.2.0",
"@dfinity/utils": "^2.8.0",
"@inquirer/prompts": "^4.3.3",
"date-fns": "^3.6.0",
"marked": "~12.0.2",
"ora": "^8.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "~7.8.1",
"sanitize.css": "^13.0.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.6",
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@hadronous/ic-angular": "0.5.1",
"@hadronous/ic-build-angular": "0.5.1",
"@hadronous/pic": "0.11.0",
"@playwright/test": "^1.49.1",
"@types/bun": "^1.1.14",
"@types/jasmine": "~5.1.5",
"@types/node": "^20.17.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dotenv": "^16.4.7",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.37.3",
"globalthis": "^1.0.4",
"jasmine-core": "~5.1.2",
"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",
"ng-packagr": "^19.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-motoko": "^0.10.2",
"turbo": "^2.3.3",
"typescript": "~5.5.4"
}
}