-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
64 lines (64 loc) · 2.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "phpid-learning",
"version": "1.0.0",
"description": "👩🏫 Belajar daring bersama PHPID",
"homepage": "https://github.com/phpid-jakarta/phpid-learning#readme",
"bugs": {
"url": "https://github.com/phpid-jakarta/phpid-learning/issues"
},
"repository": "git+https://github.com/phpid-jakarta/phpid-learning.git",
"license": "MIT",
"author": "PHPID Teams",
"type": "module",
"main": "./scripts/toJson.mjs",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"preview": "vite preview",
"script:qna": "node --experimental-json-modules ./scripts/mergeQnA.mjs",
"script:resize": "node --experimental-json-modules ./scripts/resizer.mjs",
"script:toJson": "node --experimental-json-modules ./scripts/toJson.mjs",
"script:toShortlinks": "node --experimental-json-modules ./scripts/toShortlinks.mjs",
"sync": "svelte-kit sync"
},
"dependencies": {
"dayjs": "^1.11.5",
"macy": "^2.5.1",
"svelte": "^3.44.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "1.0.0-next.44",
"@sveltejs/kit": "next",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"app-root-dir": "^1.0.2",
"autoprefixer": "^10.4.12",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"globby": "^12.2.0",
"image-size": "^1.0.2",
"postcss": "^8.4.18",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"sharp": "^0.31.1",
"slugify": "^1.6.5",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.7"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
}
}