-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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": "webgl-naotaro-template",
"version": "1.0.0",
"description": "WebGL Simple Template",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --config webpack.config.js",
"lint": "eslint --fix --ext .js --ignore-path .gitignore ."
},
"keywords": [],
"author": "naotaro0123",
"license": "ISC",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"@typescript-eslint/parser": "^1.11.0",
"acorn": "^6.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-prettier": "^3.1.0",
"gl-matrix": "^3.0.0",
"prettier": "^1.18.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.2",
"webpack-glsl-loader": "^1.0.1"
},
"dependencies": {
"@types/webgl-ext": "0.0.30",
"@types/webgl2": "0.0.4"
}
}