-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1022 Bytes
/
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
{
"name": "twine-wonder",
"nameFormat": "Wonder",
"author": "Kvisaz [Sergey Tokarev]",
"version": "0.6.27",
"description": "Twine Wonder Format",
"icon": "icon.svg",
"bundleScript": "index.js",
"main": "",
"repository": "https://github.com/Kvisaz/twine-wonder",
"scripts": {
"start": "webpack && webpack-dev-server",
"buildTest": "webpack && node twineFormatBuild.js",
"build": "webpack --mode production && node twineFormatBuild.js",
"server": "webpack --mode production && node twineFormatBuild && webpack-dev-server"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^4.0.0-alpha",
"terser-webpack-plugin": "^2.3.4",
"ts-loader": "^5.3.2",
"typescript": "^3.2.2",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.0",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^3.1.5",
"webpack-watch-files-plugin": "^1.0.2",
"zip-a-folder": "0.0.12"
},
"dependencies": {
"kvisaz-dialog": "^0.2.0"
}
}