-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.31 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
{
"name": "slexx1234.netlify.com",
"version": "1.0.0",
"description": "My resume, site card",
"author": "[email protected]",
"private": true,
"scripts": {
"dev": "nuxt --port 3333",
"start": "nuxt start",
"build": "nuxt build",
"generate": "nuxt generate && gulp all",
"secure": "ngrok http 3000",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"tinify": "gulp tinify",
"webp": "gulp webp"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"bootstrap": "^4.1.0",
"lightgallery": "^1.6.12",
"nuxt": "^1.0.0",
"particles.js": "^2.0.0",
"sass-loader": "^6.0.7",
"v-webp": "^1.0.3",
"vue-i18n": "^8.11.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"gulp": "^3.9.1",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.4",
"gulp-tinify": "^1.0.2",
"gulp-webp": "^3.0.0",
"node-sass": "^4.13.1"
}
}