forked from prismicio/nuxtjs-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 695 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 695 Bytes
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
{
"name": "nuxt-website",
"version": "1.0.0",
"description": "A multi page website with navigation menu built for Nuxt and Prismic",
"author": "Phil Snow",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/prismic": "^1.1.0",
"cookies": "^0.8.0",
"nuxt": "^2.11.0",
"prismic-javascript": "^2.1.5",
"prismic-vue": "^2.0.0"
},
"devDependencies": {
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"sass-loader": "^8.0.2",
"webpack": "^4.41.5"
}
}