-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.56 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.56 KB
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
62
63
64
65
66
67
68
69
70
71
{
"name": "green-design-website",
"version": "1.1.0",
"description": "Static website page for Green Design Ltd.",
"author": "Slav Dachev <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint-autofix": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"precommit": "npm run lint"
},
"engines": {
"node": ">=8.0"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.3.3",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/robots": "^2.2.0",
"@nuxtjs/toast": "^3.0.1",
"@types/core-js": "^2.5.2",
"@types/dotenv": "^8.2.0",
"apollo-cache-inmemory": "^1.6.5",
"core-js": "^2.6.5",
"date-fns": "^1.29.0",
"dotenv": "^8.2.0",
"ks-vue-scrollmagic": "^1.0.2",
"lodash": "^4.17.15",
"nuxt": "^2.10.2",
"objectFitPolyfill": "^2.3.0",
"qonfucius-nuxt-fontawesome": "1.0.1",
"strapi-sdk-javascript": "^0.3.3",
"vue-flux": "^5.1.9",
"vue-images-loaded": "^1.1.2",
"vue-light-gallery": "^1.0.1",
"vue-smoothscroll": "^0.2.0",
"vueisotope": "^3.1.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@types/prettier": "^1.18.3",
"babel-eslint": "^10.0.3",
"cssnano": "^4.1.4",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^6.0.1",
"postcss-cssnext": "^3.1.0",
"prettier": "^1.19.1",
"tailwindcss": "^0.6.6",
"vue-eslint-parser": "^7.0.0"
}
}