-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.03 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.03 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
{
"name": "examples",
"version": "1.3.3",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"gh-pages": "ng build --prod --base-href /angular-skyhook/examples/index.html --deploy-url /angular-skyhook/examples/ --progress false",
"local-docs": "ng build --prod --base-href /examples/index.html --deploy-url /examples/",
"test": "ng test",
"test:headless": "ng test --browsers=CustomChromeHeadless --watch=false --progress=false",
"lint": "ng lint",
"fast": "ng build --source-map=false --skip-app-shell --progress=false",
"e2e": "ng e2e",
"noop": "exit"
},
"private": true,
"dependencies": {
"@angular-skyhook/core": "^1.3.3",
"@angular-skyhook/multi-backend": "^1.3.3",
"@angular-skyhook/sortable": "^1.3.3",
"@angular/animations": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@ngrx/effects": "^8.0.0",
"@ngrx/entity": "^8.0.0",
"@ngrx/store": "^8.0.0",
"@ngrx/store-devtools": "^8.0.0",
"angular2-hotkeys": "^2.1.2",
"core-js": "^3.16.0",
"faker": "^4.1.0",
"immer": "^3.1.2",
"immutable": "4.0.0-rc.12",
"moment-mini-ts": "^2.20.1",
"pressure": "^2.1.2",
"react-dnd-mouse-backend": "^0.1.1",
"react-dnd-test-backend": "^9.0.0",
"rxjs": "^6.3.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.8",
"@angular/cli": "~8.0.3",
"@angular/compiler-cli": "~8.0.1",
"@angular/language-service": "~8.2.9",
"@ngrx/schematics": "^8.0.1",
"@types/jest": "^24.0.6",
"@types/node": "~12.7.11",
"chokidar-cli": "^2.0.0",
"jest": "^24.1.0",
"jest-localstorage-mock": "^2.2.0",
"lerna": "^3.2.1",
"lodash": "^4.17.4",
"protractor": "~6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie > 0",
"not ie_mob > 0"
]
}