-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
55
56
57
58
59
60
61
{
"name": "portfolio-frontend",
"version": "0.1.0",
"description": "A portfolio app integrated with social media accounts, resumes, built-in articles and comments...",
"author": "numano <mselmany@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/mselmany/portfolio-frontend",
"repository": {
"type": "git",
"url": "git+https://github.com/mselmany/portfolio-frontend.git"
},
"keywords": [
"frontend",
"vuejs",
"vuex",
"portfolioapp",
"social media",
"projects",
"article/comments",
"resume"
],
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@csstools/normalize.css": "^8.0.0",
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"register-service-worker": "^1.0.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-pwa": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-prettier": "^3.0.0-rc.3",
"pleeease-filters": "^4.0.0",
"postcss-css-variables": "^0.9.0",
"postcss-easing-gradients": "^3.0.0",
"postcss-import": "^11.1.0",
"postcss-preset-env": "^5.2.1",
"postcss-url": "^7.3.2",
"rucksack-css": "^1.0.2",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}