-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1021 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1021 Bytes
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
{
"name": "hilda.pw",
"version": "0.0.0",
"description": "HildaMari Discord Bot Documentation",
"main": "index.js",
"repository": "https://github.com/hildamari/hildamari.github.io.git",
"author": "KunoichiZ",
"license": "GPL-3.0",
"private": true,
"homepage": "https://hilda.pw",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "gh-pages -b master -d build"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-vue": "^2.23.1",
"gh-pages": "^6.3.0",
"vue": "^3.5.33"
},
"devDependencies": {
"@vue/cli-service": "^5.0.9",
"node-sass": "^9.0.0",
"sass-loader": "^16.0.7",
"vue-template-compiler": "^2.7.16"
},
"resolutions": {
"**/**/serialize-javascript": "^3.1.0",
"**/**/yargs-parser": "^18.1.2",
"**/**/node-forge": "^0.10.0",
"**/**/is-svg": "^4.2.2",
"**/**/ssri": "^8.0.1",
"**/**/highlight.js": "^10.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}