-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
39 lines (39 loc) · 1.13 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
36
37
38
39
{
"name": "fluidsimulation",
"version": "1.0.0",
"description": "WebGL shader for mixed grid-particle fluid simulation",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve",
"deploy": "webpack && git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amandaghassaei/FluidSimulation.git"
},
"author": "Amanda Ghassaei",
"license": "MIT",
"bugs": {
"url": "https://github.com/amandaghassaei/FluidSimulation/issues"
},
"homepage": "https://github.com/amandaghassaei/FluidSimulation#readme",
"dependencies": {
"dat.gui": "^0.7.7",
"file-saver": "^2.0.5",
"glcompute": "github:amandaghassaei/glcompute#a754314",
"micromodal": "^0.4.6"
},
"devDependencies": {
"@types/dat.gui": "^0.7.6",
"@types/file-saver": "^2.0.1",
"@types/micromodal": "^0.3.2",
"ts-loader": "^8.0.10",
"typescript": "^4.0.5",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-glsl-loader": "^1.0.1"
}
}