forked from tanepiper/ngx-tinynodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.56 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.56 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
72
73
74
75
76
77
{
"name": "ngx-tinynodes",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "./node_modules/.bin/nx lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"affected": "./node_modules/.bin/nx affected",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "ng update @nrwl/schematics",
"update:check": "ng update",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help"
},
"private": true,
"dependencies": {
"@angular/animations": "~7.2.15",
"@angular/common": "~7.2.15",
"@angular/compiler": "~7.2.15",
"@angular/core": "~7.2.15",
"@angular/forms": "~7.2.15",
"@angular/platform-browser": "~7.2.15",
"@angular/platform-browser-dynamic": "~7.2.15",
"@angular/router": "~7.2.15",
"@editorjs/editorjs": "^2.13.0",
"@editorjs/header": "^2.2.3",
"@editorjs/list": "^1.3.4",
"core-js": "^2.5.4",
"ngx-markdown": "^7.1.5",
"rxjs": "6.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.9",
"@angular-devkit/build-ng-packagr": "^0.13.9",
"@angular/cli": "~7.3.9",
"@angular/compiler-cli": "~7.2.15",
"@angular/language-service": "~7.2.15",
"@datorama/akita": "^3.10.2",
"@editorjs/code": "^2.4.1",
"@editorjs/image": "^2.3.0",
"@editorjs/link": "^2.1.2",
"@editorjs/marker": "^1.2.0",
"@editorjs/simple-image": "^1.3.1",
"@nrwl/builders": "7.8.5",
"@nrwl/schematics": "7.8.5",
"@types/jest": "24.0.9",
"@types/jquery": "3.3.6",
"@types/node": "~8.9.4",
"bootstrap": "^4.3.1",
"codelyzer": "~4.5.0",
"cypress": "^3.2.0",
"dotenv": "6.2.0",
"jest": "24.1.0",
"jest-preset-angular": "^7.1.0",
"ng-packagr": "^4.7.1",
"prettier": "1.16.4",
"ts-node": "~7.0.0",
"tsickle": "^0.35.0",
"tslint": "~5.11.0",
"typescript": "3.2.2"
}
}