-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "pitchblack",
"author": "spleen666@gmail.com",
"description": "WebGL multipass experimentation features godrays and black-white thresholds",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --https --port 7073 --content-base dist --watch-content-base",
"build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules",
"deploy": "surge dist pitchblack.surge.sh"
},
"repository": {
"type": "git"
},
"keywords": [
"glsl",
"webgl",
"shaders",
"godrays",
"thresholds",
"javascript",
"webcam",
"getusermedia"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"concat": "^1.0.3",
"cross-env": "^5.2.0",
"css-loader": "^0.28.7",
"eslint": "^4.7.2",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^6.0.6",
"shader-loader": "^1.3.0",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-obfuscator": "^0.11.2"
},
"dependencies": {
"screenfull": "^3.3.2",
"vue": "^2.5.15"
}
}