This repository was archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 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
50
51
52
53
{
"author": "Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com>",
"dependencies": {
"ammo.js": "github:kripken/ammo.js#a32e94b553e22cf80d6a7775bfdd1ede2ac229b2",
"clsx": "^1.1.1",
"fs": "file:./noop",
"i18next": "^21.6.6",
"i18next-http-backend": "^1.3.1",
"jexl": "^2.3.0",
"loglevel": "^1.8.0",
"path": "file:./noop",
"preact": "^10.6.4",
"three": "^0.136.0",
"toposort": "^2.0.2",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/ammo.js": "github:osman-turan/ammo.js-typings#4270a20c9f992969ffbd3e989aaa0efbe10fd5c4",
"@types/css-font-loading-module": "^0.0.7",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/jexl": "^2.3.0",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^16.2.14",
"@types/three": "^0.136.1",
"@types/toposort": "^2.0.3",
"@types/uuid": "^8.3.4",
"electron": "^16.0.7",
"esbuild": "^0.14.11",
"express": "^4.17.2",
"get-port": "^6.0.0",
"html-minifier": "^4.0.0",
"http-server": "^14.1.0",
"jest": "^27.4.7",
"jsdom": "^19.0.0",
"mustache": "^4.2.0",
"npm-check-updates": "^12.1.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"license": "GPL-3.0",
"name": "personalidol",
"resolutions": {
"ecstatic": "^4.1.3",
"follow-redirects": "^1.14.7",
"glob-parent": "^5.1.2",
"trim-newlines": "^3.0.1"
},
"version": "0.0.8"
}