forked from CirclonGroup/angular-tree-component
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 5.14 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@circlon/angular-tree-component",
"version": "11.0.4",
"description": "A simple yet powerful tree component for Angular2",
"author": "Circlon Group <[email protected]>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
"license": "MIT",
"keywords": [
"ng",
"angular",
"ng2",
"angular2",
"tree",
"treeview",
"tree-view",
"angular2-tree",
"angular-tree",
"angular tree",
"angular2 tree",
"ng2-tree",
"ng2tree",
"ng2 tree",
"ngtree",
"ng-tree",
"angular-treeview",
"angular2-treeview",
"angular-tree-component",
"angular tree component",
"angular2-tree-component",
"angular2 tree component"
],
"scripts": {
"lint:lib": "ng lint angular-tree-component",
"build:lib": "npm run lint:lib && npm run clean:dist && ng build angular-tree-component",
"build": "npm run build:lib",
"clean:dist": "rimraf dist",
"copy:files": "cp ./README.md ./dist/angular-tree-component && cp ./LICENSE ./dist/angular-tree-component && cp ./projects/angular-tree-component/src/lib/angular-tree-component.css ./dist/angular-tree-component/css/",
"copy:files:win": "copy README.md .\\dist\\angular-tree-component && copy LICENSE .\\dist\\angular-tree-component && xcopy .\\projects\\angular-tree-component\\src\\lib\\angular-tree-component.css .\\dist\\angular-tree-component\\css\\",
"doc": "typedoc --module commonjs --out doc lib/defs/api.ts",
"clean:all": "npm run clean:dist && rimraf node_modules && npm cache clean",
"lint": "tslint lib/**/*.ts",
"prepublish:lib:win": "npm run build:lib && npm run copy:files:win",
"start:example-app": "ng serve",
"start:example-app:es5": "ng serve --configuration=es5",
"start:docs-app": "ng serve --project=docs-app",
"build:docs-app": "ng build docs-app",
"example:cli:build": "npm run build && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && cp src/index.build.html src/index.html && ./node_modules/.bin/ng build --aot && cp src/index.dev.html src/index.html && mkdir -p 500tech/angular-tree-component/master/example/cli/ && cp -rf dist 500tech/angular-tree-component/master/example/cli/",
"test:ci:local": "testcafe chrome:headless e2e/*.testcafe.js --app \"ng serve\" -r xunit:./xunit/res.xml -c 4 --assertion-timeout 10000 --app-init-delay 20000 --page-load-timeout 10000 --selector-timeout 20000",
"test:dev": "testcafe chrome:headless e2e/*.testcafe.js",
"test:debug": "testcafe chrome e2e/*.testcafe.js --inspect-brk",
"test:slow": "testcafe chrome e2e/*.testcafe.js --speed 0.1",
"e2e:tsc": "../node_modules/.bin/tsc --p e2e/tsconfig.json",
"publish:release": "npm publish ./dist/angular-tree-component",
"publish:next": "npm publish ./dist/angular-tree-component --tag next"
},
"files": [
"dist/"
],
"readme": "https://github.com/CirclonGroup/angular-tree-component/blob/master/README.md",
"contributors": [
"Adam Klein <[email protected]>"
],
"dependencies": {
"@angular/animations": "^11.2.0",
"@angular/cdk": "^11.2.0",
"@angular/forms": "^11.2.0",
"@angular/material": "^11.2.0",
"mobx": "~4.14.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.0",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular-devkit/core": "^11.2.0",
"@angular/cli": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0",
"@angular/compiler-cli": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/elements": "^11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.2.0",
"@angular/platform-server": "^11.2.0",
"@angular/router": "^11.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.7",
"@types/rx": "2.5.34",
"@types/webpack": "^1.12.29",
"codelyzer": "^6.0.0",
"html-dnd": "1.2.0",
"http-server": "0.9.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"ng-packagr": "^11.2.1",
"nightwatch": "0.9.12",
"prettier": "^1.19.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"rimraf": "^2.5.1",
"rxjs": "^6.5.3",
"testcafe": "^1.8.8",
"tsickle": "^0.38.1",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typedoc": "^0.3.12",
"typescript": "~4.1.5",
"uuid": "^8.2.0",
"zone.js": "^0.10.2"
},
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
"bugs": {
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"
},
"engines": {
"node": ">=10.21.0"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"requirePragma": false
},
"lint-staged": {
"*.{js,ts,json}": [
"./node_modules/.bin/prettier --write"
],
"*.ts": [
"tslint"
]
}
}