forked from aviabird/angularspree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 4.76 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
{
"name": "angularspree",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"start:mock-ng-spree": "ng serve --configuration=mock-ng-spree",
"e2e:dev-ng-spree": "ng e2e --configuration=dev-ng-spree",
"lint:dev-ng-spree": "ng lint --configuration=dev-ng-spree",
"test:dev-ng-spree": "ng test --configuration=dev-ng-spree",
"build:dev-ng-spree": "ng build --configuration=dev-ng-spree",
"start:dev-ng-spree": "ng serve --configuration=dev-ng-spree",
"build:prod-ng-spree": "ng build --configuration=prod-ng-spree",
"e2e:dev-custom": "ng e2e --configuration=dev-custom",
"lint:dev-custom": "ng lint --configuration=dev-custom",
"test:dev-custom": "ng test --configuration=dev-custom",
"build:dev-custom": "ng build --configuration=dev-custom",
"start:dev-custom": "ng serve --configuration=dev-custom",
"build:prod-custom": "ng build --configuration=prod-custom",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -d docs/",
"sw": "sw-precache --root=dist --config=sw-precache-config.js",
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
"static-serve": "cd dist/browser && live-server --port=4200 --host=localhost --entry-file=/index.html",
"build:ssr:prod-custom": "npm run build:client-and-server-bundles:prod-custom && npm run webpack:server",
"build:ssr:prod-ng-spree": "npm run build:client-and-server-bundles:prod-ng-spree && npm run webpack:server",
"start:ssr:prod-custom": "npm run build:ssr:prod-custom && node dist/server",
"start:ssr:prod-ng-spree": "npm run build:ssr:prod-ng-spree && node dist/server",
"build:client-and-server-bundles:prod-custom": "npm run build:prod-custom && ng run angularspree:server:prod-custom",
"build:client-and-server-bundles:prod-ng-spree": "npm run build:prod-ng-spree && ng run angularspree:server:prod-ng-spree",
"webpack:server": "webpack --config webpack.server.config.js --progress --colors"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/platform-server": "^7.0.0",
"@angular/pwa": "^0.7.4",
"@angular/router": "^7.0.0",
"@angular/service-worker": "^7.0.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^6.1.0",
"@ngrx/entity": "^6.1.0",
"@ngrx/router-store": "^6.1.0",
"@ngrx/store": "^6.1.0",
"@ngu/carousel": "^1.4.8",
"@nguniversal/common": "^6.0.0",
"@nguniversal/express-engine": "^6.0.0",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
"@ngx-lite/input-star-rating": "^0.1.5",
"@ngx-lite/json-ld": "^0.4.2",
"@ngx-progressbar/core": "^5.0.1",
"@ngx-progressbar/http": "^5.0.1",
"@types/crypto-js": "^3.1.40",
"angular-svg-round-progressbar": "^2.0.0",
"bootstrap": "^4.1.3",
"core-js": "^2.5.7",
"crypto-js": "^3.1.9-1",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"immutable": "^3.8.2",
"jsonapi-deserializer": "^0.1.1",
"ng2-ui-auth": "^9.0.0",
"ngx-bootstrap": "^3.0.1",
"ngx-toastr": "^8.10.0",
"reselect": "^3.0.1",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"ts-loader": "^4.4.2",
"web-animations-js": "^2.3.1",
"webpack-bundle-analyzer": "^2.13.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.4",
"@angular/cli": "^6.1.4",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@angularclass/hmr": "^2.1.3",
"@compodoc/compodoc": "^1.1.3",
"@ngrx/schematics": "^6.1.0",
"@ngrx/store-devtools": "^6.1.0",
"@types/grecaptcha": "^2.0.35",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/morris.js": "~0.5.7",
"@types/node": "~10.5.5",
"codelyzer": "~4.4.2",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.5",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^1.2.0",
"ngrx-store-freeze": "^0.2.4",
"node-sass": "^4.9.2",
"nswag": "^11.18.0",
"protractor": "~5.4.0",
"sass-loader": "^7.1.0",
"source-map-explorer": "^1.5.0",
"sw-precache": "^5.2.1",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "^3.1.3",
"webpack-cli": "^3.1.0"
},
"description": "Spree for Angular2",
"main": "index.js",
"repository": "[email protected]:aviabird/angularspree.git",
"author": "Pankaj Rawat <[email protected]>"
}