forked from mnmxmx/raymarching-study
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 687 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 687 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
{
"name": "raymarching-study",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"start": "node mkconfig.js && webpack-dev-server",
"build": "node mkconfig.js && webpack"
},
"dependencies": {
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.5",
"ejs-html-loader": "^4.0.1",
"file-system": "^2.2.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"raw-loader": "^3.1.0"
},
"author": "",
"license": "ISC",
"description": ""
}