-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 907 Bytes
/
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
{
"name": "checkpoints",
"version": "0.3.6",
"author": "Wagner Andrade <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/19WAS85/checkpoints.git"
},
"scripts": {
"lint": "vue-cli-service lint --fix",
"build": "vue-cli-service build --mode=production",
"serve": "vue-cli-service serve",
"dev": "yarn serve --mode=development"
},
"dependencies": {
"@github/hotkey": "^1.2.4",
"core-js": "^2.6.5",
"markdown-it": "^9.1.0",
"markdown-it-hashtag": "^0.4.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}