-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.09 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
35
36
37
38
39
40
41
42
43
44
{
"name": "notes",
"version": "0.0.1",
"description": "new way of remebering things",
"productName": "Notes App",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "Przemysław Grenda",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.8.2",
"axios": "^0.18.1",
"npm-reinstall": "^3.1.0",
"quasar": "^1.12.4",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"vue-svgicon": "^3.2.6"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.3.1",
"electron-debug": "^3.1.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.2.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}