-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.35 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": "scott.ee",
"version": "1.0.0",
"description": "Design, Technology, Open Source & Sustainability.",
"author": "Scott Evans <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt --spa",
"start": "nuxt start",
"spa": "nuxt build --spa",
"spa-no-generate": "nuxt build --spa --no-generate",
"generate": "nuxt generate",
"generate-content": "nuxt generate --no-build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"analyse": "yarn nuxt build --webpackmonitor --analyze",
"precommit": "npm run lint",
"deploy-gh": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/sitemap": "0.2.2",
"@nuxtjs/webpackmonitor": "^0.1.0",
"date-fns": "^1.30.1",
"npm": "^6.11.1",
"nuxt": "^2.5.1",
"vue-lazyload": "^1.2.6",
"vue-scrollto": "^2.15.0",
"vue-shortcuts": "^1.1.2"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"empty-folder": "^2.0.3",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.1",
"eslint-plugin-vue": "^5.2.3",
"less": "^3.10.2",
"less-loader": "^5.0.0",
"node-persist": "^3.0.5",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.3.1"
}
}