This repository was archived by the owner on Aug 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"name": "vuenote",
"productName": "Vuenote",
"version": "0.1.0",
"private": true,
"license": "MIT",
"description": "Vuenote is the simplest note app.",
"cordovaId": "org.cordova.exng.vuenote",
"author": "Johann Behr <johannbehr@exng.de>",
"homepage": "https://github.com/ExNG/vuenote",
"repository": {
"type": "git",
"url": "https://github.com/ExNG/vuenote.git"
},
"scripts": {
"build": "sh scripts/build.sh",
"dev": "quasar dev -m pwa",
"i": "npm install && yarn",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"animate.css": "^3.7.0",
"file-saver": "^1.3.8",
"markdown-it": "^8.4.1",
"mousetrap": "^1.6.1",
"remark": "^9.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.9.2",
"quasar-cli": "^0.17.7",
"sass-loader": "^7.1.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}