forked from valor-software/ng2-dragula
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.19 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
68
69
70
71
{
"name": "demo",
"version": "4.0.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",
"postinstall": "node ./decorate-angular-cli.js"
},
"dependencies": {
"@angular/animations": "15.1.2",
"@angular/common": "15.1.2",
"@angular/compiler": "15.1.2",
"@angular/core": "15.1.2",
"@angular/forms": "15.1.2",
"@angular/platform-browser": "15.1.2",
"@angular/platform-browser-dynamic": "15.1.2",
"@angular/router": "15.1.2",
"@nrwl/angular": "15.6.3",
"@nrwl/workspace": "15.6.3",
"postcss-preset-env": "8.0.1",
"rxjs": "~6.6.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.3",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "15.1.2",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/nx-cloud": "15.0.2",
"@types/fs-extra": "9.0.7",
"@types/dragula": "^2.1.34",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.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": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
"ng-packagr": "15.1.1",
"prettier": "^2.5.1",
"rimraf": "*",
"rollup": "^2.51.1",
"testdouble": "^3.16.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "4.8.4"
}
}