-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) Β· 1.52 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
{
"name": "devfolio",
"version": "0.0.1",
"description": "Developer portfolio in Vue.js and Bootstrap 5",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"aos": "^2.3.4",
"bootstrap": "^5.2.0",
"core-js": "^3.24.1",
"vue": "^3.2.37",
"vue-meta": "^3.0.0-alpha.10",
"vue-router": "^4.1.4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.54.5",
"sass-loader": "^13.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtenzQ/developer-portfolio.git"
},
"keywords": [
"portfolio",
"devfolio"
],
"author": "Nikita Rusetskii",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtenzQ/developer-portfolio/issues"
},
"homepage": "https://github.com/xtenzQ/developer-portfolio#readme"
}