forked from uniformdev/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"name": "@uniformdev/segment-personalization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pull": "uniform sync pull",
"push": "uniform sync push",
"publish": "uniform canvas composition push ./uniform-data/composition --state published"
},
"dependencies": {
"@segment/snippet": "^5.2.0",
"@uniformdev/canvas-next-rsc": "^19.84.0",
"next": "^14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@uniformdev/cli": "^19.84.0",
"npm-run-all": "^4.1.5",
"typescript": "5.2.2"
}
}