-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.76 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
40
41
42
43
44
45
46
47
{
"name": "grab-krub",
"description": "เฮือก กราบครับ ยอมแล้วครับ สั่งสอนผมด้วยครับ",
"version": "1.0.0",
"type": "module",
"author": "Leomotors",
"repository": "https://github.com/Leomotors/grab-krub",
"license": "MIT",
"scripts": {
"prebuild": "node prebuild.script.js",
"dev": "yarn prebuild && svelte-kit dev",
"build": "yarn prebuild && svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check \"*.config.{cjs,js,ts}\" && prettier --check \"{src,tests}/**/*.{ts,svelte,html}\" && eslint src && eslint *.{cjs,js}",
"format": "prettier --write \"*.config.{cjs,js,ts}\" && prettier --write \"{src,tests}/**/*.{ts,svelte,html}\""
},
"devDependencies": {
"@playwright/test": "^1.21.1",
"@sveltejs/adapter-vercel": "^1.0.0-next.50",
"@sveltejs/kit": "1.0.0-next.324",
"@types/tailwindcss": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"globby": "^13.1.1",
"marked": "^4.0.15",
"postcss": "^8.4.13",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"rimraf": "^3.0.2",
"svelte": "^3.48.0",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"tailwindcss": "^3.0.24",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
}
}