-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
{
"name": "hfy-epub",
"version": "0.3.6",
"description": "EPUB-generator for r/HFY",
"private": true,
"scripts": {
"watch": "webpack --watch --mode=development --stats-children",
"start": "webpack serve --open --mode=development --stats-children",
"build": "webpack --mode=production --stats-children",
"predeploy": "npm run clean && npm run build",
"deploy": "gh-pages -d dist",
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"clean": "rimraf dist",
"postinstall": "sed -i 's/^ init();$/ setTimeout(init, 0);/' node_modules/@tinymce/tinymce-svelte/dist/component/Editor.svelte"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@types/downloadjs": "^1.4.6",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.40",
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^16.1.0",
"precss": "^4.0.0",
"rimraf": "^6.0.1",
"snowpack": "^3.8.8",
"svelte-hmr": "^0.16.0",
"svelte-loader": "^3.2.3",
"svelte-preprocess": "^6.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@tinymce/tinymce-svelte": "^3.0.0",
"downloadjs": "^1.4.7",
"epub-gen-memory": "^1.1.2",
"nanoid": "^5.0.7",
"path-browserify": "^1.0.1",
"svelte": "^4.2.18",
"svelte-dnd-action": "^0.9.49",
"tinymce": "^7.3.0"
},
"keywords": [
"epub",
"reddit",
"hfy"
],
"homepage": "https://github.com/cpiber/hfy-epub#readme",
"bugs": {
"url": "https://github.com/cpiber/hfy-epub/issues",
"email": "[email protected]"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/cpiber/hfy-epub.git"
}
}