-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "pixi-casting",
"version": "0.0.1",
"description": "Implementation of ray casting algorithm powered by pixi.js",
"scripts": {
"dev": "node dev.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/4llower/pixi-casting.git"
},
"keywords": [
"pixi.js",
"ray-casting"
],
"author": "4llower",
"license": "ISC",
"bugs": {
"url": "https://github.com/4llower/pixi-casting/issues"
},
"homepage": "https://github.com/4llower/pixi-casting#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"css-loader": "^6.5.1",
"eslint": "^8.7.0",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"pixi.js": "^6.2.1",
"style-loader": "^3.3.1"
}
}