-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 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
{
"name": "juniper-commerce",
"version": "2.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/commerce-operations-foundation/juniper-commerce"
},
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup": "node setup.js"
},
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"better-sqlite3": "^12.8.0",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next": "^15.5.14",
"pg": "^8.20.0",
"prompts": "^2.4.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "20.19.37",
"@types/pg": "^8.18.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"@eslint/eslintrc": "^3.2.0",
"eslint": "^9",
"eslint-config-next": "^15.5.14",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "5.9.3"
}
}