-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "server-try-on-web",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env VITE_NODE_ENV=production node server"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/model-viewer": "^1.12.1",
"@loadable/component": "^5.16.4",
"aos": "^2.3.4",
"axios": "^0.24.0",
"axios-cancel": "^0.2.2",
"canvas": "^3.1.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"dom7": "^4.0.4",
"express": "^4.17.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"fs-extra": "^11.3.0",
"react": "^17.0.2",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^17.0.2",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.5.0",
"react-intl": "^6.8.9",
"react-lazy-load-image-component": "^1.5.5",
"react-modal-video": "^1.2.10",
"react-notifications-component": "^3.4.1",
"react-qr-code": "^2.0.15",
"react-router-dom": "^5.3.0",
"react-select": "^5.10.1",
"serve-static": "^1.14.1",
"sharp": "^0.33.5",
"ssr-window": "^4.0.2",
"swiper": "^6.8.4",
"three": "^0.135.0",
"vite": "^6.1.0",
"yup": "^0.32.11"
}
}