-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"name": "@tak-ps/status",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite serve --port 8080",
"check": "vue-tsc",
"build": "vite build && cp config.json dist/ && mkdir -p dist/issues/ && cp issues/* dist/issues/",
"lint": "eslint actions.ts ./src/"
},
"dependencies": {
"@sinclair/typebox": "^0.33.17",
"@tabler/core": "^1.0.0-beta16",
"@tabler/icons-vue": "^3.0.0",
"@tak-ps/vue-tabler": "^3.55.2",
"floating-vue": "^2.0.0-beta.17",
"moment": "^2.30.1",
"sass": "^1.49.7",
"sass-loader": "^16.0.0",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.0.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.0.0",
"typescript-eslint": "^8.3.0",
"vite": "^5.0.0",
"vite-plugin-babel": "^1.2.0",
"vue-tsc": "^2.0.3"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}