-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (40 loc) · 1.26 KB
/
package.json
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
{
"name": "artourism",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^9.80.3",
"@react-three/fiber": "^8.13.6",
"@react-three/xr": "^5.6.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"three": "^0.155.0",
"leva": "^0.9.35",
"gltfjsx": "^6.2.11",
"read-pkg-up": "^10.0.0",
"web-vitals": "^2.1.4",
"asgiref": "^3.7.2",
"Django": "^4.2.4",
"djangorestframework": "^3.14.0",
"dnspython": "^2.4.2",
"mongoengine": "^0.27.0",
"pip": "^23.2.1",
"pymongo": "^4.4.1",
"python-snappy": "^0.6.1",
"pytz": "^2023.3",
"sqlparse": "^0.4.4",
"typing_extensions": "^4.7.1",
"tzdata": "^2023.3",
"winkerberos": "^0.9.1"
},
"scripts": {
"start": "npm run start:backend && npm run start:frontend",
"start:backend": "cd packages/server && python manage.py runserver",
"start:frontend": "cd packages/artourism && npm start"
}
}