forked from dukedhx/forge-tools-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "sb233",
"version": "1.0.0",
"description": "My tiptop Nuxt.js project",
"author": "",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"now-build": "nuxt generate"
},
"dependencies": {
"@hapi/hapi": "^18.3.1",
"@hscmap/vue-window": "^2.4.2",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/hapi": "^2.2.1",
"@nuxtjs/pwa": "^3.0.0-0",
"contentful": "^7.14.0",
"cross-env": "^5.2.0",
"node-sass": "^4.13.0",
"nuxt": "^2.0.0",
"nuxt-buefy": "^0.3.21",
"sass-loader": "^8.0.0",
"vue-json-viewer": "^2.2.8",
"vue-mermaid": "0.0.12"
},
"devDependencies": {
"@contentful/rich-text-html-renderer": "^13.4.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jszip": "^3.2.2",
"nodemon": "^1.18.9",
"prettier": "^1.16.4"
}
}