-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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": "NuePress",
"version": "1.0.0",
"license": "MIT",
"author": "Kevin Restaino",
"description": "Nuxt.js + WordPress REST API",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"format": "prettier --write '**/*.{css,js,json,md,vue,php}'",
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/sitemap": "^2.0.1",
"date-fns": "^2.9.0",
"lg-fullscreen.js": "^1.1.0",
"lg-pager.js": "^1.0.0",
"lg-thumbnail.js": "^1.1.0",
"lg-zoom.js": "^1.0.1",
"lightgallery.js": "^1.1.3",
"node-vibrant": "^3.1.5",
"normalize.css": "^8.0.1",
"nuxt": "^2.11.0",
"vue-disqus": "^3.0.5",
"vue-infinite-loading": "^2.4.4",
"vue-lazyload": "^1.3.3",
"vue-scrollto": "^2.17.1"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.8.3",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/tailwindcss": "^1.3.1",
"@prettier/plugin-php": "^0.12.0",
"consola": "^2.11.3",
"core-js": "^3.6.4",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"webpack": "^4.41.5"
}
}