-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 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
27
28
29
30
31
{
"name": "eylab-wordle",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "jest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/svelte": "^3.0.3",
"@testing-library/user-event": "^13.5.0",
"@tsconfig/svelte": "^2.0.1",
"autoprefixer": "^10.4.2",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-jester": "^2.1.5",
"svelte-preprocess": "^4.10.2",
"tailwindcss": "^3.0.18",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}