2022-01-16 22:44:47 +01:00
|
|
|
{
|
|
|
|
"name": "ringtools-web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"watch": "ng build --watch --configuration development",
|
2022-01-17 02:20:39 +01:00
|
|
|
"test": "ng test",
|
2022-01-17 19:06:36 +01:00
|
|
|
"lint": "ng lint",
|
|
|
|
"e2e": "ng e2e",
|
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"cypress:run": "cypress run"
|
2022-01-16 22:44:47 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "~13.1.0",
|
|
|
|
"@angular/common": "~13.1.0",
|
|
|
|
"@angular/compiler": "~13.1.0",
|
|
|
|
"@angular/core": "~13.1.0",
|
|
|
|
"@angular/forms": "~13.1.0",
|
2022-01-17 02:20:39 +01:00
|
|
|
"@angular/localize": "~13.1.0",
|
2022-01-16 22:44:47 +01:00
|
|
|
"@angular/platform-browser": "~13.1.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~13.1.0",
|
|
|
|
"@angular/router": "~13.1.0",
|
2022-01-17 12:10:57 +01:00
|
|
|
"@egjs/hammerjs": "^2.0.17",
|
2022-01-17 02:20:39 +01:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "11.0.0",
|
|
|
|
"@ngrx/entity": "^13.0.2",
|
|
|
|
"@ngrx/store": "^13.0.2",
|
|
|
|
"@types/d3": "^7.1.0",
|
2022-01-17 14:32:14 +01:00
|
|
|
"@types/lz-string": "^1.3.34",
|
2022-01-17 02:20:39 +01:00
|
|
|
"bootstrap": "^4.6.0",
|
|
|
|
"bootstrap-icons": "^1.7.2",
|
|
|
|
"d3": "^7.3.0",
|
2022-01-17 15:20:30 +01:00
|
|
|
"highlight.js": "^11.4.0",
|
2022-01-17 12:10:57 +01:00
|
|
|
"keycharm": "^0.4.0",
|
2022-01-17 14:32:14 +01:00
|
|
|
"lz-string": "^1.4.4",
|
2022-01-17 12:10:57 +01:00
|
|
|
"ng2-dragula": "^2.1.1",
|
2022-01-17 02:20:39 +01:00
|
|
|
"ngrx-store-localstorage": "^12.0.1",
|
2022-01-17 02:24:14 +01:00
|
|
|
"rxjs": "7.5.2",
|
2022-01-17 17:26:17 +01:00
|
|
|
"save-svg-as-png": "^1.4.17",
|
2022-01-17 02:20:39 +01:00
|
|
|
"socket.io-client": "^4.4.1",
|
2022-01-17 12:10:57 +01:00
|
|
|
"timsort": "^0.3.0",
|
2022-01-16 22:44:47 +01:00
|
|
|
"tslib": "^2.3.0",
|
2022-01-17 12:10:57 +01:00
|
|
|
"vis-data": "^7.1.2",
|
|
|
|
"vis-network": "^9.1.0",
|
|
|
|
"vis-util": "^5.0.2",
|
2022-01-16 22:44:47 +01:00
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-18 22:43:50 +01:00
|
|
|
"@angular-builders/custom-webpack": "^13.0.0",
|
2022-01-16 22:44:47 +01:00
|
|
|
"@angular-devkit/build-angular": "~13.1.3",
|
2022-01-17 02:20:39 +01:00
|
|
|
"@angular-eslint/builder": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
|
|
"@angular-eslint/schematics": "13.0.1",
|
|
|
|
"@angular-eslint/template-parser": "13.0.1",
|
2022-01-16 22:44:47 +01:00
|
|
|
"@angular/cli": "~13.1.3",
|
|
|
|
"@angular/compiler-cli": "~13.1.0",
|
2022-01-17 19:06:36 +01:00
|
|
|
"@cypress/schematic": "1.6.0",
|
2022-01-17 02:20:39 +01:00
|
|
|
"@ngrx/schematics": "^13.0.2",
|
2022-01-16 22:44:47 +01:00
|
|
|
"@types/jasmine": "~3.10.0",
|
2022-01-17 15:20:30 +01:00
|
|
|
"@types/node": "^17.0.9",
|
2022-01-17 02:24:14 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.9",
|
|
|
|
"@typescript-eslint/parser": "^5.9",
|
2022-01-17 20:05:27 +01:00
|
|
|
"cypress": "latest",
|
|
|
|
"dotenv": "^14.1.0",
|
2022-01-18 22:43:50 +01:00
|
|
|
"dotenv-webpack": "^7.0.3",
|
2022-01-17 02:20:39 +01:00
|
|
|
"eslint": "^8.2.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-01-16 22:44:47 +01:00
|
|
|
"jasmine-core": "~3.10.0",
|
|
|
|
"karma": "~6.3.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage": "~2.1.0",
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2022-01-17 02:20:39 +01:00
|
|
|
"prettier": "^2.5.1",
|
2022-01-17 19:06:36 +01:00
|
|
|
"typescript": "~4.5.2",
|
2022-01-17 20:05:27 +01:00
|
|
|
"yargs": "^17.3.1"
|
2022-01-16 22:44:47 +01:00
|
|
|
}
|
|
|
|
}
|