-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 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
{
"name": "WebGL-Orbiter",
"version": "1.0.0",
"description": "An orbit simulator for the solar system in real scale with Newtonian dynamics,\r which can be manipulated like amazing game Kerbal Space Program.",
"private": true,
"dependencies": {
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack-cli": "^3.3.11",
"webpack": "^4.43.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"three": "^0.125.0",
"url-loader": "^4.1.0",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msakuta/WebGL-Orbiter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/msakuta/WebGL-Orbiter/issues"
},
"homepage": "https://github.com/msakuta/WebGL-Orbiter#readme"
}