-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 897 Bytes
/
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
{
"name": "@yetanothertool/onebtwoionec",
"private": true,
"version": "1.5.2",
"type": "module",
"author": "Studio Webux",
"description": "A simple and configurable UI to Start and Update CodePipeline and/or Github Actions",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@aws-sdk/client-codepipeline": "^3.181.0",
"@aws-sdk/client-sts": "^3.181.0",
"@octokit/rest": "^19.0.4",
"@popperjs/core": "^2.11.6",
"@tauri-apps/api": "^1.1.0",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"vue": "^3.2.37",
"vue-timeago3": "^2.3.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.1",
"@vitejs/plugin-vue": "^3.0.1",
"node-sass": "^9.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"vite": "^3.0.2"
}
}