-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
40
41
42
43
44
45
46
47
48
{
"name": "ikroeber-personal-page",
"version": "0.1.0",
"description": "",
"author": "Igor Kroeber",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./src/main.js",
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.36"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"babel-loader": "^8.2.5",
"vue-template-compiler": "^2.6.14"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"not dead"
],
"bugs": {
"url": "https://github.com/ikroeber/ikroeber.github.io/issues"
},
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/ikroeber/ikroeber.github.io#readme",
"license": "SEE LICENCE IN LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ikroeber/ikroeber.github.io.git"
}
}