-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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": "cchub-react-sample-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon -w src/server -x tsx src/server/main.ts",
"start": "cross-env NODE_ENV=production tsx src/server/main.ts",
"build": "vite build"
},
"engines": {
"node": ">=20.17.0"
},
"dependencies": {
"@aurigma/axios-asset-processor-api-client": "^2.71.1",
"@aurigma/axios-design-atoms-api-client": "^2.71.1",
"@aurigma/axios-storefront-api-client": "^2.57.1",
"@aurigma/design-atoms": "7.1.58",
"@aurigma/design-atoms-model": "7.0.28",
"axios": "^1.7.9",
"bootstrap": "^5.3.6",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.2.0",
"react-router-dom": "^7.2.0",
"sass": "^1.85.1",
"tsx": "^4.3.0",
"typescript": "^5.3.2",
"vite-express": "*",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.9.3",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"nodemon": "^3.0.1",
"vite": "^5.0.2"
}
}