-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "salat-time",
"scripts": {
"start": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint --fix --cache",
"test": "vitest run"
},
"author": "Danu Widatama",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/widatama/salat-time.git"
},
"type": "module",
"dependencies": {
"date-fns": "^4.1.0",
"jstz": "^2.1.1",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^22.10.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"pug": "^3.0.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
}
}