-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.07 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "hardocs-app-framework",
"version": "0.6.9",
"private": true,
"author": "Narration SD",
"description": "Collect and illustrate patterns in Hardocs basis architecture",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:debug": "node --inspect-brk=5858 node_modules/@vue/cli-service/bin/vue-cli-service.js electron:serve",
"electron:debug-app": "vue-cli-service electron:serve --remote-debugging-port=9223",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@hardocs-project/habitat-client": "^0.8.17",
"core-js": "^3.12.1",
"dotenv": "^8.6.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"json2md": "^1.8.0",
"prettyprintjs": "^0.1.12",
"smartwrap": "^2.0.2",
"tailwindcss": "^1.9.6",
"tiptap": "^1.29.6",
"tiptap-extensions": "^1.33.2",
"vue": "^2.6.12",
"vue-json-editor": "^1.4.3",
"vue-radial-progress": "^0.3.2",
"vue-router": "^3.4.8",
"vue-select": "^3.10.8",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"electron": "^9.3.3",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.49.8",
"sass-loader": "^8.0.2",
"vue-cli-plugin-electron-builder": "^2.0.0",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^3.9.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}