-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "tako",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@sveltejs/adapter-static": "^1.0.0-next.20",
"@sveltejs/kit": "next",
"@types/cheerio": "^0.22.30",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.3.4",
"cheerio": "^1.0.0-rc.10",
"cssnano": "^5.0.8",
"dexie": "^3.0.3",
"eslint": "^7.22.0",
"eslint-plugin-svelte3": "^3.2.0",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0",
"postcss-scss": "^4.0.0",
"sass": "^1.42.1",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-fa": "^2.3.3",
"svelte-preprocess": "^4.9.4",
"tailwindcss": "^2.2.15",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"type": "module"
}