-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "@kevinyours/solor-system",
"version": "1.0.0",
"homepage": "https://kevinyours.github.io/solor-system/",
"repository": "https://github.com/kevinyours/solor-system.git",
"author": "kevinyours <admin@kevinyou.com>",
"license": "MIT",
"packageManager": "yarn@3.2.1",
"scripts": {
"build": "webpack --progress --config webpack.prod.js",
"start": "webpack serve --progress --config webpack.dev.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"dat.gui": "^0.7.9",
"three": "^0.150.1"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.149.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"gh-pages": "^5.0.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.4",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}