-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 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
{
"name": "historical-universe-models",
"version": "1.0.0",
"description": "An interactive web application that visualizes different historical models of the cosmos using Three.js. Explore how humanity's understanding of the universe evolved from ancient times to the early modern period.",
"main": "index.js",
"scripts": {
"build": "npm run copy:assets",
"copy:assets": "mkdir -p dist && cp -r index.html js/ dist/",
"android:build": "npm run build && npx cap copy android && npx cap sync android",
"android:run": "npm run android:build && npx cap run android",
"android:open": "npx cap open android",
"deploy": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgruszka/modeli-mundi-3d.git"
},
"keywords": [
"astronomy",
"education",
"3d",
"threejs",
"historical",
"universe",
"android",
"mobile"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgruszka/modeli-mundi-3d/issues"
},
"homepage": "https://modeli-mundi-3d.gruszka.dev",
"dependencies": {
"@capacitor/android": "^7.4.0",
"@capacitor/core": "^7.4.0"
},
"devDependencies": {
"@capacitor/cli": "^7.4.0",
"typescript": "^5.6.3"
}
}