-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.1 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
{
"name": "aaron1a12-portfolio",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --config ./src/webpack.prod.js",
"dev": "webpack serve --config ./src/webpack.dev.js --https --client-web-socket-url-hostname localhost",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/server/server.js"
},
"author": "Aaron Escobar",
"license": "MIT",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"@types/three": "^0.140.0",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"three": "^0.140.2",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"css-loader": "^6.7.1",
"express": "^4.17.3",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1"
}
}