-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "online-tables",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@random-tables/biome": "^1.1.1",
"@random-tables/factions": "^1.1.1",
"@random-tables/generator-logic": "^1.0.2",
"@random-tables/npc-fantasy": "^1.6.6",
"@random-tables/utility-names": "^1.3.1",
"@random-tables/utility-names-fantasy": "^1.4.3",
"@random-tables/utility-names-historic": "^1.1.2"
}
}