-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
35 lines (35 loc) · 910 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": "wordle+",
"description": "A remake of the popular game Wordle with additional modes and features.",
"version": "1.5.2",
"type": "module",
"private": "true",
"license": "GPL-3.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikhaD/wordle.git"
},
"keywords": [],
"author": "MikhaD",
"bugs": {
"url": "https://github.com/MikhaD/wordle/issues"
},
"homepage": "https://github.com/MikhaD/wordle#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"sass": "^1.57.1",
"seedrandom": "^3.0.5"
}
}