-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
{
"name": "arweave-polygon-music",
"version": "0.1.0",
"engines": {
"node": "14.x",
"npm": "6.x"
},
"scripts": {
"ng": "ng",
"heroku-postbuild": "ng build --prod",
"start": "node server.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/fire": "^7.2.1",
"@angular/forms": "~12.2.0",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@bundlr-network/client": "^0.5.18",
"@types/node": "^17.0.21",
"ardb": "^1.1.10",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"express": "^4.17.3",
"firebase": "^9.6.8",
"fs-extra": "^10.0.1",
"fs-web": "^1.0.1",
"id3js": "^2.1.1",
"material-icons": "^1.10.7",
"moment": "^2.29.1",
"rxjs": "~6.6.0",
"stream-browserify": "^3.0.0",
"tslib": "^2.3.0",
"tty-browserify": "0.0.1",
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.10",
"@angular/cli": "~12.2.10",
"@angular/compiler-cli": "~12.2.0",
"@tailwindcss/forms": "^0.4.0",
"@types/jasmine": "~3.8.0",
"autoprefixer": "^10.4.2",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.7",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.23",
"typescript": "~4.3.5"
}
}