-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 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
{
"name": "@uniformdev/uniformconf",
"version": "20.46.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"start": "next start",
"dev": "run-s uniform:manifest next:dev",
"next:dev": "next dev",
"build": "run-s uniform:manifest next:build",
"next:build": "next build",
"uniform:manifest": "uniform context manifest download --output ./lib/context/manifest.json",
"uniform:pull": "uniform sync pull",
"uniform:push": "uniform sync push",
"uniform:publish": "uniform context manifest publish"
},
"dependencies": {
"@react-hook/window-scroll": "^1.3.0",
"@uniformdev/canvas": "20.46.0",
"@uniformdev/canvas-next": "20.46.0",
"@uniformdev/canvas-react": "20.46.0",
"@uniformdev/context": "20.46.0",
"@uniformdev/context-devtools": "20.46.0",
"@uniformdev/context-gtag": "20.46.0",
"@uniformdev/context-next": "20.46.0",
"@uniformdev/context-react": "20.46.0",
"@uniformdev/project-map": "20.46.0",
"cookie": "^1.1.1",
"next": "^15.5.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/node": "^16.3.3",
"@types/react": "^18.3.1",
"@uniformdev/cli": "20.46.0",
"autoprefixer": "^10.4.2",
"dotenv": "^10.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"prettier": "^2.3.2",
"sass": "^1.49.7",
"tailwindcss": "^3.2.6",
"typescript": "^5.3.3"
},
"stackblitz": {
"startCommand": "npm run start:stackblitz",
"compileTrigger": "save"
}
}