Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
119 lines (119 loc) · 4.85 KB

File metadata and controls

119 lines (119 loc) · 4.85 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name": "angularspree",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"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-slider/ngx-slider": "^2.0.3",
"@angular/animations": "^14.0.6",
"@angular/common": "^14.0.6",
"@angular/compiler": "^14.0.6",
"@angular/core": "^14.0.6",
"@angular/forms": "^14.0.6",
"@angular/platform-browser": "^14.0.6",
"@angular/platform-browser-dynamic": "^14.0.6",
"@angular/platform-server": "^14.0.6",
"@angular/pwa": "^0.10.6",
"@angular/router": "^14.0.6",
"@angular/service-worker": "^14.0.6",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^10.0.1",
"@ngrx/entity": "^10.0.1",
"@ngrx/store": "^10.0.1",
"@nguniversal/builders": "^14.0.3",
"@nguniversal/common": "^14.0.3",
"@nguniversal/express-engine": "^14.0.3",
"@ngx-lite/input-star-rating": "^0.3.7",
"@ngx-lite/json-ld": "^0.6.4",
"ngx-progressbar": "^6.0.3",
"@ngu/carousel": "^3.0.1",
"@types/crypto-js": "^3.1.40",
"@types/express": "^4.17.9",
"angular-svg-round-progressbar": "^5.0.2",
"bootstrap": "4.1.3",
"crypto-js": "^3.1.9-1",
"jsonapi-deserializer": "^0.1.1",
"express": "^4.17.1",
"fibers": "^4.0.2",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"immutable": "^4.0.0-rc.12",
"ng-lazyload-image": "^7.0.1",
"ng2-ui-auth": "^9.2.0",
"ngx-bootstrap": "^6.2.0",
"ngx-toastr": "^11.2.0",
"picturefill": "^3.0.3",
"reselect": "^4.0.0",
"rxjs": "~6.5.3",
"scriptjs": "^2.5.9",
"ts-loader": "^5.3.0",
"tslib": "^2.0.0",
"webpack-bundle-analyzer": "^3.6.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.6",
"@angular/cli": "^14.0.6",
"@angular/compiler-cli": "^14.0.6",
"@angular/language-service": "^14.0.6",
"@angularclass/hmr": "^2.1.3",
"@compodoc/compodoc": "^1.1.6",
"@ngrx/schematics": "^9.0.0",
"@ngrx/store-devtools": "^9.0.0",
"@types/grecaptcha": "^2.0.35",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.6",
"@types/morris.js": "~0.5.7",
"@types/node": "^12.11.7",
"@types/scriptjs": "^0.0.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"nswag": "^11.20.1",
"protractor": "~7.0.0",
"source-map-explorer": "^1.6.0",
"sw-precache": "^5.2.1",
"ts-node": "~7.0.1",
"tslint": "~6.1.0",
"typescript": "4.6.4",
"webpack-cli": "^3.1.2"
},
"description": "Spree for Angular2",
"main": "index.js",
"repository": "git@github.com:aviabird/angularspree.git",
"author": "Pankaj Rawat <pankajrawat19sept@gmail.com>"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.