-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 968 Bytes
/
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
{
"name": "dagger",
"homepage": "https://rvanderlaan.github.io/dagger",
"version": "1.1.0",
"description": "Sparse Voxel DAG Rendering on the Web",
"main": "./src/main.ts",
"scripts": {
"start": "webpack-dev-server --inline --open",
"build": "webpack",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"author": "Remi van der Laan",
"license": "GPL-3.0",
"dependencies": {
"gl-matrix": "^3.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"eslint": "^7.0.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^4.3.0",
"http-server": "^0.12.3",
"progress-bar-webpack-plugin": "^2.1.0",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}