-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 950 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
29
30
31
32
33
34
35
{
"name": "svelte-trello",
"version": "0.0.0",
"scripts": {
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"dev": "vite",
"preview": "vite preview",
"test": "jest --watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^27.4.0",
"autoprefixer": "^10.4.2",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"svelte": "^3.49.0",
"svelte-check": "^2.3.0",
"svelte-dnd-action": "^0.9.14",
"svelte-jester": "^2.1.5",
"svelte-preprocess": "^4.10.2",
"svelte-select": "^4.4.7",
"tailwindcss": "^3.0.17",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"nanoid": "^3.2.0",
"vite": "^2.9.13"
}
}