-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "juniper-nz",
"version": "1.0.0",
"description": "Juniper's Official Site",
"author": "glutnix",
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts generate",
"generate": "nuxt-ts generate",
"start": "nuxt-ts start",
"lint": "eslint --ext .ts,.js,.vue .",
"lintfix": "eslint --ext .ts,.js,.vue . --fix"
},
"dependencies": {
"@bazzite/nuxt-optimized-images": "^0.2.2",
"@nuxt/http": "^0.3.0",
"@nuxt/typescript-runtime": "^0.3.2",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/style-resources": "1.0.0",
"buefy": "^0.8.8",
"fibers": "^4.0.2",
"frontmatter-markdown-loader": "^3.1.0",
"glob": "^7.1.6",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"jimp": "^0.9.3",
"lqip-loader": "^2.2.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"nuxt": "^2.11.0",
"nuxt-buefy": "^0.3.19",
"reqlim": "^0.0.0",
"responsive-loader": "^1.2.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"sqip-loader": "^1.0.0",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.7.6",
"@nuxt/typescript-build": "^0.5.1",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@types/chalk": "^2.2.0",
"core-js": "^2.6.11",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.2.2",
"nodemon": "^2.0.2"
}
}