-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.82 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
{
"_from": "@vendure/[email protected]",
"_id": "@vendure/[email protected]",
"_inBundle": false,
"_integrity": "sha512-zIWBHM8E/fjrFhri9vwiXv2bW+AEOZxD3JcKTjmemJJQ5I+cVy/hbWIaK+FbIp9mbN7JcXnhWll3HJPqym+wug==",
"_location": "/@vendure/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vendure/[email protected]",
"name": "@vendure/core",
"escapedName": "@vendure%2fcore",
"scope": "@vendure",
"rawSpec": "1.1.5",
"saveSpec": null,
"fetchSpec": "1.1.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@vendure/core/-/core-1.1.5.tgz",
"_shasum": "4cea443d5c953461f067ea67c345ac0ae7c5df16",
"_spec": "@vendure/[email protected]",
"_where": "C:\\Users\\leviv\\test\\repo\\c2m-vendure-server",
"bin": {
"vendure": "cli/vendure-cli.js"
},
"bugs": {
"url": "https://github.com/vendure-ecommerce/vendure/issues"
},
"bundleDependencies": false,
"dependencies": {
"@graphql-tools/stitch": "^7.5.3",
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/graphql": "7.10.6",
"@nestjs/platform-express": "7.6.17",
"@nestjs/terminus": "7.2.0",
"@nestjs/testing": "7.6.17",
"@nestjs/typeorm": "7.1.5",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^1.1.5",
"apollo-server-express": "2.24.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"cookie-session": "^2.0.0-rc.1",
"csv-parse": "^4.12.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"graphql": "15.5.0",
"graphql-scalars": "^1.10.0",
"graphql-tag": "^2.12.4",
"graphql-upload": "^12.0.0",
"http-proxy-middleware": "^1.0.5",
"i18next": "^19.8.1",
"i18next-express-middleware": "^2.0.0",
"i18next-fs-backend": "^1.1.1",
"i18next-icu": "^1.4.2",
"image-size": "^0.9.1",
"mime-types": "^2.1.27",
"ms": "^2.1.2",
"nanoid": "^3.1.23",
"progress": "^2.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"typeorm": "0.2.31"
},
"deprecated": false,
"description": "A modern, headless ecommerce framework",
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cookie-session": "^2.0.41",
"@types/csv-parse": "^1.2.2",
"@types/express": "^4.17.8",
"@types/faker": "^4.1.7",
"@types/graphql-upload": "^8.0.4",
"@types/gulp": "^4.0.7",
"@types/mime-types": "^2.1.0",
"@types/ms": "^0.7.31",
"@types/node": "^14.14.31",
"@types/progress": "^2.0.3",
"@types/prompts": "^2.0.9",
"better-sqlite3": "^7.1.1",
"gulp": "^4.0.2",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.2",
"sql.js": "1.3.2",
"sqlite3": "^5.0.0",
"typescript": "4.1.5"
},
"files": [
"dist/**/*",
"cli/**/*"
],
"gitHead": "9a91fab05b7150846cfab54a4f186d27f20d39e1",
"homepage": "https://github.com/vendure-ecommerce/vendure#readme",
"keywords": [
"vendure",
"ecommerce",
"headless",
"graphql",
"typescript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@c2m/vendure-core",
"private": false,
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vendure-ecommerce/vendure.git"
},
"scripts": {
"build": "rimraf dist && tsc -p ./build/tsconfig.build.json && tsc -p ./build/tsconfig.cli.json && gulp -f ./build/gulpfile.ts build",
"ci": "yarn build",
"e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=core",
"gulp:watch": "gulp -f ./build/gulpfile.ts watch",
"lint": "tslint --fix --project ./",
"test": "jest --config ./jest.config.js",
"tsc:watch": "tsc -p ./build/tsconfig.build.json --watch",
"watch": "concurrently yarn:tsc:watch yarn:gulp:watch"
},
"types": "dist/index.d.ts",
"version": "1.1.9"
}