-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.6 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
{
"name": "donder-hiroba-plus",
"private": true,
"version": "0.2.9.4",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"version": "node -p \"require('./package.json').version\"",
"lint": "eslint --ext .js,.ts,.svelte src"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@storybook/addon-essentials": "^7.6.5",
"@storybook/addon-interactions": "^7.6.5",
"@storybook/addon-links": "^7.6.5",
"@storybook/blocks": "^7.6.5",
"@storybook/svelte": "^7.6.5",
"@storybook/svelte-vite": "^7.6.5",
"@storybook/test": "^7.6.5",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"@types/chrome": "^0.0.253",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"csv-parser": "^3.0.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.35.1",
"rollup-plugin-copy": "^3.5.0",
"storybook": "^7.6.5",
"svelte": "^4.2.9",
"svelte-check": "^3.6.0",
"svelte-dnd-action": "^0.9.42",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.4.10"
},
"dependencies": {
"cheerio": "^1.0.0",
"hangul-js": "^0.2.6",
"lzutf8": "^0.6.3",
"node-hiroba": "^1.7.3",
"svelte-lazy": "^1.2.7",
"svelte-spa-router": "^4.0.1"
}
}