forked from Is0tope/3D_order_book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 975 Bytes
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
{
"name": "death_star_depth_chart",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Is0tope/death_star_depth_chart.git",
"author": "Kris Machowski <kris.machowski@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"serve": "webpack-dev-server --mode development"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.139.0",
"autoprefixer": "^10.4.4",
"css-loader": "^6.7.1",
"dat.gui": "^0.7.9",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.23",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"three": "^0.139.0",
"three-spritetext": "^1.6.5",
"vue": "^3.2.31"
}
}