-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
45
46
47
48
49
{
"name": "issue-blog",
"version": "1.0.0",
"description": "github issue blog",
"productName": "ttop5",
"cordovaId": "org.cordova.quasar.app",
"author": "ttop5 <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint *.js --fix",
"dev": "quasar dev",
"build": "quasar build",
"publish": "node publish.js",
"deploy": "quasar build && node publish.js",
"clean": "rm -rf dist .quasar",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.21.1",
"github-markdown-css": "^3.0.1",
"quasar": "^1.0.0",
"quasar-dotenv": "^1.0.5",
"timeago.js": "^4.0.0-beta.2",
"vue-i18n": "^8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^8.1.0",
"@quasar/app": "^1.0.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"gh-pages": "^2.0.1",
"husky": "^3.0.1",
"quasar-cli": "^0.6.5"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}