forked from enafore/enafore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5 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
149
{
"type": "module",
"scripts": {
"lint": "standard && standard --plugin html 'src/routes/**/*.html' && tsc && prettier -c 'src/**/*.ts'",
"lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html' && prettier -w 'src/**/*.ts'",
"dev": "run-s build-lodash before-build serve-dev",
"serve-dev": "run-p --race build-template-html-watch sapper-dev",
"sapper-dev": "cross-env NODE_ENV=development PORT=4002 WEBPACK_CONFIG_FILE=webpack/webpack.config.cjs SERVER_FILE_EXT=cjs node ./node_modules/sapper/sapper dev",
"before-build": "run-p build-template-html build-assets build-webpack-config",
"build": "cross-env NODE_ENV=production run-s build-steps",
"build-steps": "run-s build-lodash before-build sapper-export",
"sapper-build": "cross-env WEBPACK_CONFIG_FILE=webpack/webpack.config.cjs SERVER_FILE_EXT=cjs node ./node_modules/sapper/sapper build",
"start": "node server.js",
"build-and-start": "run-s build start",
"build-template-html": "node ./bin/build-template-html.js",
"build-template-html-watch": "node ./bin/build-template-html.js --watch",
"build-assets": "node ./bin/build-assets.js",
"build-lodash": "rollup -c ./src/routes/_thirdparty/lodash/rollup.config.js",
"build-webpack-config": "rollup -c ./webpack/rollup.config.js",
"sapper-export": "cross-env PORT=22939 WEBPACK_CONFIG_FILE=webpack/webpack.config.cjs SERVER_FILE_EXT=cjs node ./node_modules/sapper/sapper export"
},
"dependencies": {
"@easrng/elements": "^0.1.9",
"@easrng/image-grid": "^0.0.5",
"@easrng/sparkle": "^0.0.0",
"@fastify/pre-commit": "^2.1.0",
"@formatjs/intl-listformat": "^7.5.5",
"@formatjs/intl-locale": "^3.4.5",
"@formatjs/intl-pluralrules": "^5.2.12",
"@formatjs/intl-relativetimeformat": "^11.2.12",
"@resvg/resvg-js": "^2.6.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@sucrase/webpack-loader": "^2.0.0",
"@types/object-inspect": "^1.13.0",
"a11y-dialog": "^8.0.4",
"arrow-key-navigation": "^1.2.0",
"cheerio": "1.0.0-rc.12",
"chokidar": "^3.6.0",
"circular-dependency-plugin": "^5.2.2",
"country-flag-emoji-polyfill": "^0.1.8",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"csso": "^5.0.5",
"dompurify": "^3.0.11",
"emoji-picker-element": "^1.22.8",
"emoji-picker-element-data": "^1.6.1",
"emojibase-regex": "^15.3.0",
"escape-html": "^1.0.3",
"eslint-plugin-html": "^8.0.0",
"express": "^4.19.2",
"fast-blurhash": "^1.1.2",
"file-drop-element": "^1.0.1",
"focus-visible": "^5.2.0",
"format-message-interpret": "^6.2.4",
"format-message-parse": "^6.2.4",
"katex": "^0.16.10",
"li": "^1.3.0",
"localstorage-memory": "^1.0.3",
"lodash-es": "^4.17.21",
"mfm-js": "^0.24.0",
"mini-css-extract-plugin": "^2.8.1",
"mitt": "^3.0.1",
"npm-run-all": "^4.1.5",
"object-inspect": "^1.13.1",
"page-lifecycle": "^0.1.2",
"parse5": "^7.1.2",
"pinch-zoom-element": "^1.1.1",
"prettier": "^3.2.5",
"promise-worker": "^2.0.1",
"requestidlecallback": "^0.3.0",
"rollup": "^4.13.2",
"rtl-detect": "^1.1.2",
"safari-14-idb-fix": "^3.0.0",
"sapper": "github:easrng/sapper#f28997e60034db21208d0af07909f11a4c77b574",
"sass": "^1.72.0",
"standard": "^17.1.0",
"stringz": "^2.1.0",
"style-loader": "^4.0.0",
"svelte": "^2.16.1",
"svelte-extras": "^2.0.2",
"svelte-loader": "^2.13.6",
"svelte-transitions": "^1.2.0",
"svgo": "^3.2.0",
"terser-webpack-plugin": "^5.3.10",
"tesseract.js": "^5.0.5",
"tesseract.js-core": "^5.0.0",
"tiny-queue": "^0.2.1",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-virtual-modules": "^0.6.1"
},
"standard": {
"ignore": [
"webpack/*.cjs",
"**/*.ts"
],
"globals": [
"CSS",
"DOMParser",
"Element",
"FileReader",
"IDBKeyRange",
"Image",
"ImageData",
"IntersectionObserver",
"NodeList",
"OffscreenCanvas",
"PointerEvent",
"PushSubscription",
"WebSocket",
"caches",
"cancelAnimationFrame",
"getComputedStyle",
"history",
"indexedDB",
"localStorage",
"location",
"matchMedia",
"requestAnimationFrame",
"requestIdleCallback",
"self",
"sessionStorage",
"Worker",
"Audio",
"HTMLElement"
]
},
"prettier": {
"semi": false,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/enafore/enafore.git"
},
"keywords": [],
"author": "easrng",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/enafore/enafore/issues"
},
"homepage": "https://github.com/enafore/enafore#readme",
"pre-commit": "lint",
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
}