init
This commit is contained in:
42
package.json
Normal file
42
package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "webdj.frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": "true",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"serve": "serve dist -p 8080",
|
||||
"watch": "npm-watch",
|
||||
"dev": "concurrently \"npm:serve\" \"npm:watch\""
|
||||
},
|
||||
"watch": {
|
||||
"build": {
|
||||
"patterns": [
|
||||
"src"
|
||||
],
|
||||
"extensions": "ts,scss",
|
||||
"legacyWatch": true,
|
||||
"delay": 2500
|
||||
}
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/three": "^0.135.0",
|
||||
"concurrently": "^6.4.0",
|
||||
"css-loader": "^6.5.1",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"mini-css-extract-plugin": "^2.4.5",
|
||||
"npm-watch": "^0.11.0",
|
||||
"sass": "^1.44.0",
|
||||
"sass-loader": "^12.4.0",
|
||||
"serve": "^13.0.2",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.5.3",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack-cli": "^4.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"three": "^0.135.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user