-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.46 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
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
{
"name": "d2df-map-editor",
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime-corejs2": "^7.19.2",
"@babel/runtime-corejs3": "^7.19.1",
"@parcel/babel-preset-env": "^2.7.0",
"@parcel/compressor-brotli": "^2.7.0",
"@parcel/compressor-gzip": "^2.7.0",
"@parcel/optimizer-cssnano": "^2.7.0",
"@parcel/optimizer-htmlnano": "^2.7.0",
"@parcel/resolver-glob": "^2.7.0",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-minify": "^0.5.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.23.1",
"eslint-config-hardcore": "^25.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"events": "^3.3.0",
"jshint": "^2.13.6",
"parcel": "^2.7.0",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"stream-browserify": "^3.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@chevrotain/types": "^10.3.0",
"@imagemagick/magick-wasm": "^0.0.17",
"@parcel/core": "^2.7.0",
"@parcel/transformer-babel": "^2.7.0",
"@pixi/picture": "^3.0.6",
"@types/mime": "^3.0.1",
"@types/mime-types": "^2.1.1",
"@types/pako": "^2.0.0",
"chevrotain": "^10.3.0",
"core-js": "^3.25.3",
"jszip": "^3.10.1",
"mime": "^3.0.0",
"npm-watch": "^0.11.0",
"pako": "^2.0.4",
"pixi-viewport": "^4.36.0",
"pixi.js": "^6.5.4",
"wasm-imagemagick": "^1.2.8",
"wasmagic": "^0.0.23",
"ws": "^8.9.0"
},
"type": "module",
"source": "src/index.html",
"browserslist": "IE 11",
"scripts": {
"clear": "rm dist/index*.js; rm dist/*.map; rm dist/*.html; rm dist/*.ts; rm dist/*.css",
"build": "parcel build src/index.html"
}
}