-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.58 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": "amadeus",
"type": "module",
"workspaces": [
"apps/*",
"packages/*",
"packages/tailwind/*",
"plugins/*"
],
"scripts": {
"build": "rimraf build && turbo run build --parallel --no-daemon",
"clean": "rimraf build */*/coverage",
"coverage": "turbo run coverage --parallel --no-daemon",
"dev": "turbo run dev --parallel --filter !libfun --filter !@amadeus-music/util --no-daemon",
"preview": "turbo run preview --parallel --no-daemon",
"test": "turbo run test --parallel --no-daemon"
},
"devDependencies": {
"@sveltejs/kit": "2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.3.2",
"prettier-plugin-sort-imports": "^1.8.5",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-node-externals": "^7.1.2",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.4",
"tailwindcss-contain": "^0.1.1",
"tslib": "^2.6.3",
"turbo": "^2.0.6",
"typescript": "^5.5.2",
"vite": "5.3.2",
"vitest": "1.6.0"
},
"dependencies": {
"@capacitor/core": "^6.1.0"
},
"packageManager": "pnpm@9.4.0"
}