-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 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
{
"name": "vrexperiment",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"dev": "webpack serve --config webpack.config.dev.js",
"docker": "docker-compose -f docker-compose.dev.yml up --build --remove-orphans"
},
"keywords": [],
"author": "Staffan Sandberg",
"license": "ISC",
"devDependencies": {
"@webpack-cli/serve": "^1.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.2.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-glsl-loader": "^1.0.1"
}
}