-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.95 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "JCME",
"version": "1.0.0",
"description": "None",
"main": "main.js",
"scripts": {},
"devDependencies": {
"@microsoft/tsdoc": "^0.12.10",
"@types/fs-extra": "^8.0.0",
"@types/jquery": "^3.3.30",
"@types/node": "^12.0.12",
"@types/node-fetch": "^2.3.7",
"@types/xml2js": "^0.4.4",
"@types/xmldom": "^0.1.29",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"electron": "latest",
"electron-builder": "^21.2.0",
"electron-devtools-installer": "latest",
"eslint": "^7.4.0",
"eslint-config-google": "^0.14.0",
"grunt": "^1.0.4",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "latest",
"grunt-postcss": "latest",
"grunt-ts": "latest",
"retyped-stats-tsd-ambient": "0.0.0-0",
"tslint": "latest",
"tslint-config-standard": "^9.0.0",
"tslint-eslint-rules": "^5.4.0",
"uuid": "^3.4.0",
"sass": "^1.26.10",
"typescript": "^3.9.6"
},
"dependencies": {
"@material/animation": "^3.1.0",
"@pixi/filter-advanced-bloom": "^3.1.0",
"@pixi/filter-ascii": "^3.1.0",
"@pixi/filter-outline": "^3.1.0",
"@types/chart.js": "^2.8.5",
"@types/highlight.js": "^9.12.3",
"@types/stats": "^0.16.30",
"@types/uuid": "^3.4.7",
"archiver": "^3.1.1",
"chart.js": "^2.8.0",
"fs-extra": "^8.1.0",
"glsl-atmosphere": "^2.0.0",
"highlight.js": "^9.12",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"node": "^12.6.0",
"node-fetch": "^2.6.0",
"pixi-tilemap": "^2.0.6",
"pixi.js": "^5.2.1",
"stats.js": "latest",
"three": "^0.118.3",
"unzipper": "^0.10.10",
"yaml": "^1.6.0",
"zlib": "^1.0.5"
},
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
},
"keywords": [
"typescript",
"javascript"
]
}