-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 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
{
"name": "atlas",
"version": "2.10.434",
"description": "<p align=\"center\"><img style=\"border-radius: 30px; box-shadow: 0px 5px 5px #7b7b7b;\" src=\"https://github.com/SurceBeats/Atlas/blob/main/public/atlas-logo.jpg\" width=\"400\"></p>",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SurceBeats/Atlas.git"
},
"keywords": [],
"author": "",
"license": "Polyform Non-Commercial License 1.0.0",
"type": "module",
"bugs": {
"url": "https://github.com/SurceBeats/Atlas/issues"
},
"homepage": "https://github.com/SurceBeats/Atlas#readme",
"dependencies": {
"@types/pako": "^2.0.4",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^5.1.4",
"pako": "^2.1.0",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-medium-image-zoom": "^5.3.0",
"simplex-noise": "^4.0.3",
"three": "^0.183.1",
"three-orbitcontrols": "^2.110.2",
"vite": "^7.3.1"
},
"devDependencies": {
"@types/node": "^25.3.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.1.7",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.2"
}
}