-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 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
28
29
30
31
32
33
34
35
{
"name": "mytools",
"version": "1.0.0",
"description": "My wondrous Nuxt.js project",
"author": "darker",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "80"
}
},
"scripts": {
"dev": "nuxt --open",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "gh-pages -d dist -t true"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.1",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"linux-command": "^1.5.1",
"marked": "^1.1.1",
"nuxt": "^2.14.1",
"prismjs": "^1.21.0",
"view-design": "^4.3.2",
"vue-json-pretty": "^1.7.1"
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}