-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.98 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
{
"name": "optimizely-saas-starter",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"packageManager": "yarn@4.5.3",
"scripts": {
"dev": "next dev",
"build": "next build && opti-graph webhook:create",
"build:full": "graphql-codegen && next build && opti-graph webhook:create",
"start": "next start",
"lint": "next lint",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w",
"webhook:create": "opti-graph webhook:create",
"webhook:list": "opti-graph webhook:list"
},
"dependencies": {
"@remkoj/optimizely-cms-nextjs": "^4.1.0",
"@remkoj/optimizely-cms-react": "^4.1.0",
"@remkoj/optimizely-graph-client": "^4.1.0",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"entities": "^5.0.0",
"graphql": "^16.10.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@remkoj/optimizely-cms-api": "^4.1.0",
"@remkoj/optimizely-cms-cli": "^4.1.0",
"@remkoj/optimizely-graph-cli": "^4.1.0",
"@remkoj/optimizely-graph-functions": "^4.1.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@yarnpkg/sdks": "^3.2.0",
"chalk": "^5.4.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.21",
"figures": "^6.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"resolutions": {
"@graphql-codegen/visitor-plugin-common": "file:./packages/graphql-codegen-visitor-plugin-common-v5.6.0-patched.tgz"
}
}