-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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": "tentyping",
"author": {
"name": "Roman Mahotskyi",
"email": "[email protected]"
},
"version": "1.2.0",
"scripts": {
"dev": "svelte-kit dev --port 5555",
"build": "svelte-kit build",
"deploy": "node ./gh-pages.js",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.6",
"tailwindcss": "^3.0.24",
"tslib": "^2.3.1",
"typescript": "~4.6.2"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.29",
"@types/lodash.shuffle": "^4.2.7",
"bootstrap-icons": "^1.8.1",
"gh-pages": "^3.2.3",
"lodash.shuffle": "^4.2.0"
}
}