-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "win-up-to-date",
"version": "0.13.9",
"description": "A website project showing the latest status of Windows Insider versions.",
"author": "crrashh1542 <kotsuki@crrashh.com>",
"homepage": "https://wutd.crrashh.com",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/crrashh1542/win-up-to-date"
},
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/crrashh1542/win-up-to-date/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"p:check": "prettier . --check",
"p:write": "prettier . --write"
},
"devDependencies": {
"@fluentui/web-components": "^2.6.1",
"@iconify/vue": "^4.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"js-cookie": "^3.0.5",
"less": "^4.2.0",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.10",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.4.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"packageManager": "pnpm@9.2.0"
}