-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 784 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 784 Bytes
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
{
"name": "ushie.dev",
"version": "0.0.1",
"scripts": {
"sync-profile": "node utils/sync-profile.js",
"dev": "pnpm run sync-profile && vite dev",
"build": "pnpm run sync-profile && vite build",
"package": "pnpm run sync-profile && svelte-kit package",
"preview": "pnpm run sync-profile && vite preview",
"test": "playwright test",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@material/material-color-utilities": "^0.2.7",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.3",
"canvas": "^2.11.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.8",
"vite": "^4.5.1"
},
"type": "module"
}