-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (50 loc) · 1.47 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
{
"name": "fred-portfolio",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-carousel": "^1.0.5",
"aos": "^3.0.0-beta.6",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"core-js": "^3.6.4",
"emailjs-com": "^2.4.1",
"material-icons": "^0.3.1",
"serve": "^11.3.0",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-cookie": "^1.1.4",
"vue-nav-tabs": "^0.5.7",
"vue-parallax-js": "^0.2.3",
"vue-router": "^3.3.4",
"vue-scrollto": "^2.18.1",
"vue-selector": "0.0.1",
"vueperslides": "^2.10.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"keywords": [],
"description": "> This is a simple, minimal and responsive personal website template, built using vue-js, html and css.",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Natain/natain-portfolio.git"
},
"author": "Fredrick Karuri",
"license": "MIT",
"bugs": {
"url": "https://github.com/Natain/natain-portfolio/issues"
},
"homepage": "https://github.com/Natain/natain-portfolio#readme"
}