-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.95 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 3.95 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
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
{
"name": "@faststore/core",
"version": "3.99.0-dev.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vtex/faststore",
"directory": "packages/core"
},
"browserslist": "supports es6-module and not dead",
"exports": {
".": "./index.ts",
"./api": "./api/index.ts",
"./experimental": "./src/experimental/index.ts",
"./experimental/server": "./src/experimental/server/index.ts"
},
"scripts": {
"generate:schema": "tsx src/server/generator/generateGraphQLSchemaFile.ts",
"generate:codegen": "graphql-codegen",
"format:generated": "prettier --write \"@generated/**/*.{ts,js,tsx,jsx,json}\" --loglevel error",
"generate": "na run generate:schema && na run generate:codegen && na run format:generated",
"prebuild": "na run partytown && na run generate",
"build": "next build",
"predev": "na run partytown && na run generate",
"dev": "next dev",
"dev-only": "next dev",
"clean": "rm -r .next",
"serve": "next start",
"test:e2e": "cypress open",
"test": "jest",
"lhci": "lhci autorun",
"postinstall": "node postinstall.js && is-ci || echo Skipped postinstall step for @faststore/core",
"partytown": "partytown copylib ./public/~partytown"
},
"engines": {
"node": ">=18"
},
"volta": {
"node": "18.19.0",
"pnpm": "9.15.1",
"yarn": "1.22.22"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"@antfu/ni": "^0.21.12",
"@builder.io/partytown": "^0.6.1",
"@envelop/core": "^5.0.2",
"@envelop/graphql-jit": "^8.0.3",
"@envelop/parser-cache": "^6.0.2",
"@envelop/validation-cache": "^6.0.2",
"@faststore/api": "workspace:*",
"@faststore/graphql-utils": "^3.98.1-dev.0",
"@faststore/lighthouse": "workspace:*",
"@faststore/sdk": "workspace:*",
"@faststore/ui": "workspace:*",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.6",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-operations": "4.2.1",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@lexical/code": "^0.34.0",
"@lexical/headless": "^0.34.0",
"@lexical/html": "^0.34.0",
"@lexical/link": "^0.34.0",
"@lexical/list": "^0.34.0",
"@lexical/react": "^0.34.0",
"@lexical/rich-text": "^0.34.0",
"@parcel/watcher": "^2.4.0",
"@types/react": "^18.2.42",
"@vtex/client-cms": "^0.2.16",
"@vtex/client-cp": "0.3.5",
"@vtex/prettier-config": "1.0.0",
"autoprefixer": "^10.4.0",
"cookie": "^0.7.0",
"css-loader": "^6.7.1",
"deepmerge": "^4.3.1",
"draftjs-to-html": "^0.9.1",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^10.1.0",
"graphql": "^15.6.0",
"idb-keyval": "^5.1.3",
"include-media": "^1.4.10",
"isomorphic-unfetch": "^3.1.0",
"jose": "^6.1.3",
"lexical": "^0.34.0",
"next": "^13.5.9",
"next-seo": "^6.6.0",
"postcss": "^8.4.4",
"prettier": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.32.5",
"sass": "^1.44.0",
"sass-loader": "^12.6.0",
"sharp": "^0.32.6",
"style-loader": "^3.3.1",
"swr": "^2.2.5",
"tsx": "^4.6.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"@envelop/testing": "^6.0.0",
"@jest/globals": "29.7.0",
"@lhci/cli": "^0.9.0",
"@testing-library/cypress": "^10.0.1",
"@types/cookie": "^0.6.0",
"@types/cypress": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"@types/jest": "29.1.0",
"@vtex/prettier-config": "1.0.0",
"axe-core": "^4.8.1",
"cypress": "12.17.4",
"cypress-axe": "^1.5.0",
"cypress-wait-until": "^2.0.1",
"dotenv": "^8.2.0",
"is-ci": "^3.0.0",
"jest": "^29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
}
}