-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.97 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
50
51
52
53
54
55
56
57
58
{
"name": "markote",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/Frederick-S/markote.svg?branch=master)](https://travis-ci.org/Frederick-S/markote) [![Build status](https://ci.appveyor.com/api/projects/status/34bb6bb8lvmrtuss/branch/master?svg=true)](https://ci.appveyor.com/project/Frederick-S/markote/branch/master) [![codecov](https://codecov.io/gh/Frederick-S/markote/branch/master/graph/badge.svg)](https://codecov.io/gh/Frederick-S/markote)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack --config webpack.config.debug.js",
"watch": "webpack --watch --config webpack.config.debug.js",
"lint": "tslint -c tslint.json ./markote/static/js/src/**/*.ts && wotan -c tslint.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frederick-S/markote.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frederick-S/markote/issues"
},
"homepage": "https://github.com/Frederick-S/markote#readme",
"devDependencies": {
"@fimbul/valtyr": "^0.21.0",
"@fimbul/ve": "^0.21.0",
"@fimbul/wotan": "^0.21.0",
"@types/ace": "0.0.42",
"@types/localforage": "0.0.34",
"@types/marked": "^0.7.4",
"@types/mathjax": "0.0.36",
"@types/promise.prototype.finally": "^2.0.3",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.5.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"ts-loader": "^7.0.2",
"tslint": "^6.1.2",
"typescript": "^4.0.3",
"vue-loader": "^15.9.2",
"vue-property-decorator": "^8.4.2",
"vue-template-compiler": "^2.6.10",
"vuex-class": "^0.3.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"axios": "^0.19.2",
"buefy": "^0.7.3",
"localforage": "^1.9.0",
"marked": "^1.2.0",
"vue": "^2.6.10",
"vue-router": "^3.4.5",
"vuex": "^3.3.0"
}
}