-
Notifications
You must be signed in to change notification settings - Fork 430
/
package.json
73 lines (73 loc) · 2.21 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
{
"name": "demo",
"version": "5.1.0",
"private": true,
"scripts": {
"ng": "nx",
"start": "npx nx run demo:serve",
"demo.build": "ng build",
"demo.build-prod": "ng build",
"build": "nx run ng2-dragula:build",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",
"version": "nx run ng2-dragula:version",
"pretest": "run-s lint build",
"test-coverage": "nx run-many --all --target=test --codeCoverage"
},
"dependencies": {
"@angular/animations": "16.1.5",
"@angular/common": "16.1.5",
"@angular/compiler": "16.1.5",
"@angular/core": "16.1.5",
"@angular/forms": "16.1.5",
"@angular/platform-browser": "16.1.5",
"@angular/platform-browser-dynamic": "16.1.5",
"@angular/router": "16.1.5",
"@nx/angular": "16.5.2",
"@nx/workspace": "16.5.2",
"nx": "16.5.3",
"postcss-preset-env": "8.0.1",
"rxjs": "~6.6.0",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.4",
"@angular-devkit/core": "16.1.4",
"@angular-devkit/schematics": "16.1.4",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "16.1.5",
"@nx/eslint-plugin": "16.5.2",
"@nx/jest": "16.5.0",
"@nx/linter": "16.5.2",
"@schematics/angular": "16.1.4",
"@types/dragula": "^2.1.34",
"@types/fs-extra": "9.0.7",
"@types/jest": "29.5.2",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"codecov": "^3.8.2",
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"dragula": "^3.7.2",
"eslint": "8.15.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"fs-extra": "9.1.0",
"jest": "29.6.1",
"jest-preset-angular": "13.1.1",
"ng-packagr": "16.1.0",
"nx-cloud": "16.1.1",
"prettier": "^2.5.1",
"rimraf": "*",
"rollup": "^2.51.1",
"testdouble": "^3.16.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "5.1.6"
}
}