-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "vinski2",
"version": "2.0.0",
"description": "First-person shooter game",
"main": "index.js",
"scripts": {
"build": "webpack",
"deploy": "gh-pages -d .app",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect",
"start": "webpack-dev-server",
"test": "eslint public/js/src",
"watch": "webpack -w"
},
"author": "Dan Dart <[email protected]>",
"license": "AGPL-3.0",
"dependencies": {
"@snyk/protect": "^1.1294.0",
"font-awesome": "^4.7.0",
"gh-pages": "^6.2.0",
"gl-matrix": "^4.0.0-beta.1"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.5",
"@babel/plugin-proposal-function-bind": "8.0.0-alpha.5",
"@babel/preset-env": "^8.0.0-alpha.5",
"@webpack-cli/serve": "^2.0.5",
"babel-eslint": "^11.0.0-beta.1",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.15.0",
"file-loader": "^6.2.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-glsl-loader": "^1.0.1"
},
"snyk": true
}