s1-m0leCoin/m0lecoin-frontend/package.json

51 lines
1.5 KiB
JSON
Executable File

{
"name": "m0lecoin-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npx ng serve --host 0.0.0.0",
"startdev": "npx ng serve --configuration localdev --host 0.0.0.0",
"build": "npx ng build",
"buildprod": "npx ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.3",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"assert": "^2.0.0",
"browser": "^0.2.6",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"primeicons": "^5.0.0",
"primeng": "^14.1.1",
"rxjs": "~7.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"web3": "^1.8.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular/cli": "~14.2.3",
"@angular/compiler-cli": "^14.2.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.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",
"typescript": "~4.7.2"
}
}