-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
148 lines (148 loc) · 4.63 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "avg.creator",
"productName": "AVG Creator",
"version": "1.0.6-beta.0",
"description": "The game creator with GUI for AVGPlus",
"main": "dist/src/main/main.js",
"scripts": {
"dev": "run-p -r watch electron:start",
"build": "ts-node tools/parcel-build.ts",
"watch": "ts-node tools/parcel-build.ts --watch",
"package": "ts-node tools/packager.ts",
"package-dev": "ts-node tools/packager.ts --dev-package",
"electron:start": "nodemon --on-change-only --watch dist/src/main --exec \"electron .\"",
"main:watch": "ts-node tools/parcel-build.ts --watch --env NODE_ENV=development ",
"parcel:build": "run-s main:build renderer:build"
},
"alias": {
"common": "./src/common"
},
"keywords": [],
"author": "angrypowman",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "^3.51.3",
"@blueprintjs/select": "^3.15.4",
"@editorjs/editorjs": "^2.22.1",
"@material-ui/styles": "^4.11.4",
"@minoru/react-dnd-treeview": "1.5.0",
"adm-zip": "^0.4.14",
"antd": "^4.15.4",
"app-root-path": "^3.0.0",
"bbcode-to-react": "^0.2.9",
"chokidar": "^3.4.2",
"classnames": "^2.2.6",
"command-exists": "^1.2.9",
"connect": "^3.7.0",
"cropperjs": "^1.5.12",
"css-element-queries": "^1.2.3",
"custom-electron-titlebar": "^3.2.3",
"dat.gui": "^0.7.7",
"draft-js": "^0.11.7",
"electron-better-ipc": "^2.0.0",
"electron-is-dev": "^1.2.0",
"electron-window-manager": "^1.0.6",
"extract-zip": "^2.0.1",
"fast-glob": "^3.2.5",
"fs-extra": "^9.0.0",
"get-port": "^5.1.1",
"got": "^11.2.0",
"immer": "^7.0.9",
"jquery": "^3.6.0",
"logform": "^2.2.0",
"md5-file": "^5.0.0",
"nconf": "^0.10.0",
"nedb": "^1.8.0",
"nedb-promises": "^4.0.3",
"node": "^17.2.0",
"pubsub-js": "^1.9.0",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^2.1.3",
"react-icons": "^4.3.1",
"react-markdown": "^4.3.1",
"react-mosaic-component": "^5.0.0",
"react-select": "^3.1.0",
"react-use": "^15.0.1",
"rxjs": "^6.6.7",
"semver": "^7.3.2",
"styled-components": "^5.1.0",
"underscore": "^1.10.2",
"url-join": "^4.0.1",
"uuid": "^8.3.0",
"v8-compile-cache": "^2.3.0",
"winston": "^3.3.3",
"ws": "^7.3.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.0.0-0",
"@babel/node": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@svgr/parcel-plugin-svgr": "^5.4.0",
"@types/adm-zip": "^0.4.33",
"@types/app-root-path": "^1.2.4",
"@types/bbcode-to-react": "^0.2.0",
"@types/classnames": "^2.2.10",
"@types/command-exists": "^1.2.0",
"@types/commander": "^2.12.2",
"@types/connect": "^3.4.33",
"@types/dat.gui": "^0.7.7",
"@types/download": "^6.2.4",
"@types/draft-js": "^0.11.4",
"@types/extract-zip": "^1.6.2",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^24.0.15",
"@types/jquery": "^3.5.1",
"@types/md5-file": "^4.0.2",
"@types/nedb": "^1.8.9",
"@types/parcel-bundler": "^1.12.1",
"@types/pubsub-js": "^1.8.1",
"@types/react": "^16.9.34",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.6",
"@types/react-icons": "^3.0.0",
"@types/react-select": "^3.0.14",
"@types/semver": "^7.3.1",
"@types/serve-static": "^1.13.4",
"@types/styled-components": "^5.1.0",
"@types/underscore": "^1.10.9",
"@types/url-join": "^4.0.0",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.2.6",
"app-root-path": "^3.0.0",
"babel-jest": "^24.8.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"commander": "^6.0.0",
"electron": "^16.0.4",
"electron-builder": "^22.14.5",
"electron-builder-squirrel-windows": "^22.14.10",
"electron-prebuilt-compile": "^8.2.0",
"eslint": "^3",
"eslint-config-airbnb": "^15",
"eslint-plugin-import": "^2",
"eslint-plugin-jsx-a11y": "^5",
"eslint-plugin-react": "^7",
"jest": "^24.8.0",
"less": "^3.11.1",
"marked": "^1.1.1",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"ts-node": "^8.10.2",
"tslib": "^2.2.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^4.2.4"
}
}