-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "sandtable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack-dev-server -d",
"deploy": "webpack --mode=production && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxbittker/sandtable.git"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"author": "Max Bittker",
"license": "(MIT OR Apache-2.0)",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@wasm-tool/wasm-pack-plugin": "0.2.1",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^4.6.0",
"glslify": "^6.4.1",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"raw-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"file-loader": "^4.2.0",
"gh-pages": "^2.1.1",
"gif.js": "^0.2.0",
"gl-gif": "^3.1.0",
"glsl-hsv2rgb": "^1.0.0",
"glsl-noise": "0.0.0",
"glsl-random": "0.0.5",
"icojs": "^0.13.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"regl": "^1.3.12"
}
}