-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "@atrament/web-ui",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .jsx --ext js src",
"singlefile": "vite build --mode singlefile",
"compile-ink-script": "node tools/ink-compile.cjs",
"install-inklecate": "node tools/install-inklecate.cjs"
},
"dependencies": {
"@atrament/web": "2.0.0",
"@eo-locale/preact": "1.7.2",
"@nanostores/preact": "0.5.1",
"history": "5.3.0",
"inkjs": "2.2.4",
"normalize.css": "8.0.1",
"preact": "10.23.1",
"preact-router": "4.1.2",
"seamless-scroll-polyfill": "2.3.4"
},
"devDependencies": {
"@preact/preset-vite": "2.9.0",
"@terascope/fetch-github-release": "0.8.10",
"@vite-pwa/assets-generator": "0.2.4",
"eslint": "8.57.0",
"eslint-config-preact": "1.4.0",
"jest": "29.7.0",
"vite": "5.3.5",
"vite-plugin-html": "3.2.2",
"vite-plugin-pwa": "0.20.1",
"vite-plugin-singlefile": "2.0.2"
},
"eslintConfig": {
"extends": "preact"
}
}