-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "electron-nuxt",
"version": "1.8.1",
"description": "An Electron & Nuxt.js quick start boilerplate with vue-cli support",
"main": "meta.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michalzaq12/electron-nuxt.git"
},
"keywords": [],
"author": "“Michał <“[email protected]”>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michalzaq12/electron-nuxt/issues"
},
"homepage": "https://github.com/michalzaq12/electron-nuxt#readme",
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.js --ext .js,.ts,.vue ./template ./template/.electron-nuxt",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@babel/eslint-parser": "^7.16.3",
"eslint": "^8.1.0",
"typescript": "4.2.4",
"vuepress": "1.4.0",
"@vuepress/plugin-back-to-top": "^1.9.5",
"@vuepress/plugin-google-analytics": "^1.9.5"
}
}