-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 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
64
{
"name": "win-up-to-date",
"version": "0.13.9",
"description": "A website project showing the latest status of Windows Insider versions.",
"author": "crrashh1542 <[email protected]>",
"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": {
"vue": "^3.5.13"
},
"dependencies": {
"@iconify/vue": "^4.2.0",
"@studio384/amicons": "1.0.0-alpha.8",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"js-cookie": "^3.0.5",
"less": "^4.2.1",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"prettier": "^3.4.2",
"vite": "^6.0.6",
"vite-plugin-pwa": "^0.21.1",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.5.0"
},
"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": "[email protected]"
}