-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 976 Bytes
/
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
{
"private": true,
"name": "kuro-metasite",
"version": "9.2.0",
"scripts": {
"build": "turbo build",
"dev": "turbo dev --filter=kurojifusky.com",
"dev:kuro": "turbo dev --filter=kurojifusky.com",
"dev:fp": "turbo dev --filter=fusky.pet",
"build:kuro": "turbo build --filter=kurojifusky.com",
"build:fp": "turbo build --filter=fusky.pet",
"clean": "rimraf -v -g -- **/.vercel/ **/.astro/ **/.turbo/",
"lint": "prettier --check . && eslint \"./**/*.{js,mjs,cjs,astro,svelte}\"",
"lint:fix": "prettier --write . && eslint --quiet --fix \"./**/*.{js,mjs,cjs,astro,svelte}\""
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.2.6",
"rimraf": "^6.0.1",
"turbo": "^2.3.3"
},
"packageManager": "[email protected]"
}