-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 Bytes
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
{
"name": "constructorio-example-nextjs",
"version": "1.1.2",
"description": "A collection of Next.js sandbox examples for integrating with Constructor",
"author": "Constructor.io Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Constructor-io/constructorio-example-nextjs.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@constructor-io/constructorio-client-javascript": "^2.29.9",
"@constructor-io/constructorio-node": "^5.4.1",
"next": "^16.1.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.8"
},
"volta": {
"node": "22.18.0",
"npm": "10.9.3"
}
}