-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "planetensystem",
"version": "1.0.0",
"description": "Eine Web Darstellung eines Planetensystems",
"scripts": {
"predev": "npm run clean",
"dev": "parcel src/index.html -p 1234 --open",
"prebuild": "npm run clean",
"build": "parcel build src/index.html --dist-dir ./dist --public-url . --detailed-report",
"clean": "shx rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baldur132/planetensystem.git"
},
"author": "baldur132",
"license": "MIT",
"bugs": {
"url": "https://github.com/baldur132/planetensystem/issues"
},
"homepage": "https://github.com/baldur132/planetensystem#readme",
"dependencies": {
"dat.gui": "^0.7.9",
"orbital-elements": "^0.1.3",
"postprocessing": "^6.29.1",
"spatial-controls": "^5.0.8",
"three": "^0.146.0"
},
"devDependencies": {
"dat.gui": "^0.7.9",
"parcel": "^2.8.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"postprocessing": "^6.29.1",
"process": "^0.11.10",
"shx": "^0.3.4",
"three": "^0.146.0"
},
"assetsPath": "assets"
}