-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 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
{
"name": "product-configurator-crystallize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm codegen && next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts",
"prettier": "prettier --write ."
},
"dependencies": {
"@crystallize/js-api-client": "^5.2.0",
"@crystallize/reactjs-components": "^5",
"@crystallize/schema": "^5",
"@google/model-viewer": "^4.1.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"classnames": "^2.5.1",
"json-to-graphql-query": "^2.3.0",
"next": "15.1.9",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@next/eslint-plugin-next": "^15.1.6",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^20",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.0.1",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.18.3"
}