-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 2.36 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
{
"name": "blicence",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:dev": "ng build --configuration development --build-optimizer --output-hashing all",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"start-local": "ng serve --configuration=local"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.5",
"@angular/common": "^16.2.5",
"@angular/compiler": "^16.2.5",
"@angular/core": "^16.2.5",
"@angular/forms": "^16.2.5",
"@angular/platform-browser": "^16.2.5",
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@metamask/detect-provider": "^2.0.0",
"@superfluid-finance/sdk-core":"0.6.12",
"graphql": "^16.2.5",
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.1",
"ethers": "^5.7.2",
"merkletreejs": "^0.3.9",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
"primeng": "^16.4.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"web3": "^1.8.2",
"web3-utils": "^1.8.2",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.2",
"@angular-devkit/schematics": "^16.2.0",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^16.2.0",
"@angular/cli": "~16.2.2",
"@angular/compiler-cli": "^16.2.5",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/jasmine": "~4.3.0",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.13",
"gts": "^3.1.1",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-scss": "^4.0.8",
"prettier": "^2.8.1",
"prismjs": "^1.29.0",
"protractor": "~7.0.0",
"sass-loader": "^13.3.2",
"standard-version": "^9.5.0",
"tailwind-safelist-generator": "^1.0.0",
"tailwindcss": "^3.3.3",
"typescript": "~5.1.0"
}
}