-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.28 KB
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
{
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"deploy": "node build/index.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"fix": "prettier --write . && eslint --fix"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.1",
"@sveltejs/adapter-node": "^2.0.2",
"@sveltejs/kit": "2.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"skinview3d": "3.0.0-alpha.1",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"type": "module",
"dependencies": {
"@napi-rs/canvas": "^0.1.44",
"@popperjs/core": "^2.11.8",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/css": "^0.0.37",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/micromatch": "^4.0.6",
"@types/mongo-sanitize": "^1.0.3",
"@types/node": "^20.10.5",
"@types/relaxed-json": "^1.0.4",
"@types/upng-js": "^2.1.5",
"apng2gif-bin": "^1.7.1",
"css": "^3.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"farming-weight": "^0.3.2",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.39.3",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"minecraft-data": "^3.59.2",
"mongo-sanitize": "^1.1.0",
"mongodb": "^6.3.0",
"redis": "^4.6.12",
"relaxed-json": "^1.0.3",
"rollup-plugin-node-builtins": "^2.1.2",
"sharp": "^0.33.1",
"tailwind-merge": "^1.14.0",
"upng-js": "^2.1.0"
}
}