-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 889 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Personal portfolio",
"main": "index.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreiStefanie/portfolio.git"
},
"keywords": [
"portfolio"
],
"author": "Andrei Stefanie",
"license": "MIT",
"homepage": "https://github.com/AndreiStefanie/portfolio#readme",
"dependencies": {
"nuxt": "^2.14.7"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1"
}
}